Html Css Color HEX #B008DF Dark Violet

📋 copy color: '#B008DF'

red 176 ◦ green 8 ◦ blue 223

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

Shades of Dark Violet #B008DF

Tints of Dark Violet #B008DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.79%

R = 43.24%
G = 1.97%
B = 54.79%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B008DF (or 0xB008DF) is known color: Dark Violet. HEX triplet: B0, 08 and DF. RGB value is (176,8,223). Sum of RGB (Red+Green+Blue) = 176+8+223=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #B008DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008DF is #4FF720. Grayscale: #525252. Windows color (decimal): -5240609 or 14616752. OLE color: 14616752.

HSL color Cylindrical-coordinate representation of color #B008DF: hue angle of 286.88º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B008DF is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 8 223 -
CMYK 0.21 0.96 0 0.13
HSL 286.88º 0.93% 0.45% -
HSV(B) 286.88º 0.96% 0.87% -
XYZ 31.31 14.73 71.01 -
YUV 82.74 207.16 194.52 -
System Red Green Blue C M Y K H S L
Decimal 176 8 223 0.21 0.96 0 0.13 286.88 0.93 0.45
Hex B0 8 DF 15 60 0 D 11F 5D 2D
Octal 260 10 337 25 140 0 15 437 135 55
Binary 10110000 1000 11011111 10101 1100000 0 1101 100011111 1011101 101101

Color Harmonies of #B008DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008DF

Black with #B008DF

Text Example


Text Example

White with #B008DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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