Html Css Color HEX #B008D9 Dark Violet

📋 copy color: '#B008D9'

red 176 ◦ green 8 ◦ blue 217

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

Shades of Dark Violet #B008D9

Tints of Dark Violet #B008D9

RGB

 RED value IS 176 (69.14% from 255) = 43.89%

 GREEN value IS 8 (3.52% from 255) = 2%

 BLUE value IS 217 (85.16% from 255) = 54.11%

R = 43.89%
G = 2%
B = 54.11%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B008D9 (or 0xB008D9) is known color: Dark Violet. HEX triplet: B0, 08 and D9. RGB value is (176,8,217). Sum of RGB (Red+Green+Blue) = 176+8+217=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 217 (85.16% from 255 or 54.11% from 401); Max value from RGB is 217 - color contains mainly: blue. Hex color #B008D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008D9 is #4FF726. Grayscale: #515151. Windows color (decimal): -5240615 or 14223536. OLE color: 14223536.

HSL color Cylindrical-coordinate representation of color #B008D9: hue angle of 288.23º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B008D9 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 8 217 -
CMYK 0.19 0.96 0 0.15
HSL 288.23º 0.93% 0.44% -
HSV(B) 288.23º 0.96% 0.85% -
XYZ 30.52 14.41 66.82 -
YUV 82.06 204.16 195.01 -
System Red Green Blue C M Y K H S L
Decimal 176 8 217 0.19 0.96 0 0.15 288.23 0.93 0.44
Hex B0 8 D9 13 60 0 F 120 5D 2C
Octal 260 10 331 23 140 0 17 440 135 54
Binary 10110000 1000 11011001 10011 1100000 0 1111 100100000 1011101 101100

Color Harmonies of #B008D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008D9

Black with #B008D9

Text Example


Text Example

White with #B008D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008D9; }

 p { color: rgb(176,8,217); }

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

background-color css

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

 a { background-color: rgb(176,8,217); }

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

border-color css

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

 span { border-color: rgb(176,8,217); }

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