Html Css Color HEX #B008DA Dark Violet

📋 copy color: '#B008DA'

red 176 ◦ green 8 ◦ blue 218

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

Shades of Dark Violet #B008DA

Tints of Dark Violet #B008DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.23%

R = 43.78%
G = 1.99%
B = 54.23%

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

#B008DA (or 0xB008DA) is known color: Dark Violet. HEX triplet: B0, 08 and DA. RGB value is (176,8,218). Sum of RGB (Red+Green+Blue) = 176+8+218=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #B008DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008DA is #4FF725. Grayscale: #515151. Windows color (decimal): -5240614 or 14289072. OLE color: 14289072.

HSL color Cylindrical-coordinate representation of color #B008DA: hue angle of 288º 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 #B008DA is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 8 218 -
CMYK 0.19 0.96 0 0.15
HSL 288º 0.93% 0.44% -
HSV(B) 288º 0.96% 0.85% -
XYZ 30.65 14.47 67.51 -
YUV 82.17 204.66 194.92 -
System Red Green Blue C M Y K H S L
Decimal 176 8 218 0.19 0.96 0 0.15 288 0.93 0.44
Hex B0 8 DA 13 60 0 F 120 5D 2C
Octal 260 10 332 23 140 0 17 440 135 54
Binary 10110000 1000 11011010 10011 1100000 0 1111 100100000 1011101 101100

Color Harmonies of #B008DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008DA

Black with #B008DA

Text Example


Text Example

White with #B008DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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