Html Css Color HEX #B008E1 Dark Violet

📋 copy color: '#B008E1'

red 176 ◦ green 8 ◦ blue 225

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

Shades of Dark Violet #B008E1

Tints of Dark Violet #B008E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.01%

R = 43.03%
G = 1.96%
B = 55.01%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B008E1 (or 0xB008E1) is known color: Dark Violet. HEX triplet: B0, 08 and E1. RGB value is (176,8,225). Sum of RGB (Red+Green+Blue) = 176+8+225=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #B008E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008E1 is #4FF71E. Grayscale: #525252. Windows color (decimal): -5240607 or 14747824. OLE color: 14747824.

HSL color Cylindrical-coordinate representation of color #B008E1: hue angle of 286.45º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B008E1 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 8 225 -
CMYK 0.22 0.96 0 0.12
HSL 286.45º 0.93% 0.46% -
HSV(B) 286.45º 0.96% 0.88% -
XYZ 31.58 14.84 72.43 -
YUV 82.97 208.16 194.36 -
System Red Green Blue C M Y K H S L
Decimal 176 8 225 0.22 0.96 0 0.12 286.45 0.93 0.46
Hex B0 8 E1 16 60 0 C 11E 5D 2E
Octal 260 10 341 26 140 0 14 436 135 56
Binary 10110000 1000 11100001 10110 1100000 0 1100 100011110 1011101 101110

Color Harmonies of #B008E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008E1

Black with #B008E1

Text Example


Text Example

White with #B008E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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