Html Css Color HEX #B31ADE Dark Orchid

📋 copy color: '#B31ADE'

red 179 ◦ green 26 ◦ blue 222

#B31ADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B31ADE

Tints of Dark Orchid #B31ADE

RGB

 RED value IS 179 (70.31% from 255) = 41.92%

 GREEN value IS 26 (10.55% from 255) = 6.09%

 BLUE value IS 222 (87.11% from 255) = 51.99%

R = 41.92%
G = 6.09%
B = 51.99%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B31ADE (or 0xB31ADE) is known color: Dark Orchid. HEX triplet: B3, 1A and DE. RGB value is (179,26,222). Sum of RGB (Red+Green+Blue) = 179+26+222=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #B31ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31ADE is #4CE521. Grayscale: #5D5D5D. Windows color (decimal): -5039394 or 14555827. OLE color: 14555827.

HSL color Cylindrical-coordinate representation of color #B31ADE: hue angle of 286.84º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31ADE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 26 222 -
CMYK 0.19 0.88 0 0.13
HSL 286.84º 0.79% 0.49% -
HSV(B) 286.84º 0.88% 0.87% -
XYZ 32.14 15.6 70.42 -
YUV 94.09 200.19 188.56 -
System Red Green Blue C M Y K H S L
Decimal 179 26 222 0.19 0.88 0 0.13 286.84 0.79 0.49
Hex B3 1A DE 13 58 0 D 11F 4F 31
Octal 263 32 336 23 130 0 15 437 117 61
Binary 10110011 11010 11011110 10011 1011000 0 1101 100011111 1001111 110001

Color Harmonies of #B31ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31ADE

Black with #B31ADE

Text Example


Text Example

White with #B31ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31ADE; }

 p { color: rgb(179,26,222); }

 H1.HeaderClassName
 {
   color: #B31ADE;
 }
 .AnyTagClassName
 {
   color: #B31ADE;
 }
</style>

background-color css

<style>
 a { background-color: #B31ADE; }

 a { background-color: rgb(179,26,222); }

 div.DivClassName
 {
   background-color: #B31ADE;
 }
 .BgClassName
 {
   background-color: #B31ADE;
 }
</style>

border-color css

<style>
 span { border-color: #B31ADE; }

 span { border-color: rgb(179,26,222); }

 td.TdClassName
 {
   border-color: #B31ADE;
 }
 .TagClassName
 {
   border-color: #B31ADE;
 }
</style>