Html Css Color HEX #B008D0 Dark Violet

📋 copy color: '#B008D0'

red 176 ◦ green 8 ◦ blue 208

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

Shades of Dark Violet #B008D0

Tints of Dark Violet #B008D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.06%

R = 44.9%
G = 2.04%
B = 53.06%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B008D0 (or 0xB008D0) is known color: Dark Violet. HEX triplet: B0, 08 and D0. RGB value is (176,8,208). Sum of RGB (Red+Green+Blue) = 176+8+208=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #B008D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008D0 is #4FF72F. Grayscale: #505050. Windows color (decimal): -5240624 or 13633712. OLE color: 13633712.

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

Color convert

RGB 176 8 208 -
CMYK 0.15 0.96 0 0.18
HSL 290.4º 0.93% 0.42% -
HSV(B) 290.4º 0.96% 0.82% -
XYZ 29.38 13.96 60.82 -
YUV 81.03 199.66 195.74 -
System Red Green Blue C M Y K H S L
Decimal 176 8 208 0.15 0.96 0 0.18 290.4 0.93 0.42
Hex B0 8 D0 F 60 0 12 122 5D 2A
Octal 260 10 320 17 140 0 22 442 135 52
Binary 10110000 1000 11010000 1111 1100000 0 10010 100100010 1011101 101010

Color Harmonies of #B008D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008D0

Black with #B008D0

Text Example


Text Example

White with #B008D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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