Html Css Color HEX #B31AD6 Dark Orchid

📋 copy color: '#B31AD6'

red 179 ◦ green 26 ◦ blue 214

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

Shades of Dark Orchid #B31AD6

Tints of Dark Orchid #B31AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.07%

R = 42.72%
G = 6.21%
B = 51.07%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B31AD6 (or 0xB31AD6) is known color: Dark Orchid. HEX triplet: B3, 1A and D6. RGB value is (179,26,214). Sum of RGB (Red+Green+Blue) = 179+26+214=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #B31AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31AD6 is #4CE529. Grayscale: #5C5C5C. Windows color (decimal): -5039402 or 14031539. OLE color: 14031539.

HSL color Cylindrical-coordinate representation of color #B31AD6: hue angle of 288.83º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31AD6 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 26 214 -
CMYK 0.16 0.88 0 0.16
HSL 288.83º 0.78% 0.47% -
HSV(B) 288.83º 0.88% 0.84% -
XYZ 31.1 15.18 64.91 -
YUV 93.18 196.19 189.21 -
System Red Green Blue C M Y K H S L
Decimal 179 26 214 0.16 0.88 0 0.16 288.83 0.78 0.47
Hex B3 1A D6 10 58 0 10 121 4E 2F
Octal 263 32 326 20 130 0 20 441 116 57
Binary 10110011 11010 11010110 10000 1011000 0 10000 100100001 1001110 101111

Color Harmonies of #B31AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31AD6

Black with #B31AD6

Text Example


Text Example

White with #B31AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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