Html Css Color HEX #B31BD8 Dark Orchid

📋 copy color: '#B31BD8'

red 179 ◦ green 27 ◦ blue 216

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

Shades of Dark Orchid #B31BD8

Tints of Dark Orchid #B31BD8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.4%

 BLUE value IS 216 (84.77% from 255) = 51.18%

R = 42.42%
G = 6.4%
B = 51.18%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B31BD8 (or 0xB31BD8) is known color: Dark Orchid. HEX triplet: B3, 1B and D8. RGB value is (179,27,216). Sum of RGB (Red+Green+Blue) = 179+27+216=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #B31BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31BD8 is #4CE427. Grayscale: #5D5D5D. Windows color (decimal): -5039144 or 14162867. OLE color: 14162867.

HSL color Cylindrical-coordinate representation of color #B31BD8: hue angle of 288.25º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31BD8 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 27 216 -
CMYK 0.17 0.88 0 0.15
HSL 288.25º 0.78% 0.48% -
HSV(B) 288.25º 0.88% 0.85% -
XYZ 31.38 15.33 66.27 -
YUV 93.99 196.86 188.63 -
System Red Green Blue C M Y K H S L
Decimal 179 27 216 0.17 0.88 0 0.15 288.25 0.78 0.48
Hex B3 1B D8 11 58 0 F 120 4E 30
Octal 263 33 330 21 130 0 17 440 116 60
Binary 10110011 11011 11011000 10001 1011000 0 1111 100100000 1001110 110000

Color Harmonies of #B31BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BD8

Black with #B31BD8

Text Example


Text Example

White with #B31BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BD8; }

 p { color: rgb(179,27,216); }

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

background-color css

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

 a { background-color: rgb(179,27,216); }

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

border-color css

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

 span { border-color: rgb(179,27,216); }

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