Html Css Color HEX #B005E2 Dark Violet

📋 copy color: '#B005E2'

red 176 ◦ green 5 ◦ blue 226

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

Shades of Dark Violet #B005E2

Tints of Dark Violet #B005E2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

 BLUE value IS 226 (88.67% from 255) = 55.53%

R = 43.24%
G = 1.23%
B = 55.53%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B005E2 (or 0xB005E2) is known color: Dark Violet. HEX triplet: B0, 05 and E2. RGB value is (176,5,226). Sum of RGB (Red+Green+Blue) = 176+5+226=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 226 (88.67% from 255 or 55.53% from 407); Max value from RGB is 226 - color contains mainly: blue. Hex color #B005E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005E2 is #4FFA1D. Grayscale: #505050. Windows color (decimal): -5241374 or 14812592. OLE color: 14812592.

HSL color Cylindrical-coordinate representation of color #B005E2: hue angle of 286.43º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005E2 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 5 226 -
CMYK 0.22 0.98 0 0.11
HSL 286.43º 0.96% 0.45% -
HSV(B) 286.43º 0.98% 0.89% -
XYZ 31.69 14.83 73.14 -
YUV 81.32 209.65 195.53 -
System Red Green Blue C M Y K H S L
Decimal 176 5 226 0.22 0.98 0 0.11 286.43 0.96 0.45
Hex B0 5 E2 16 62 0 B 11E 60 2D
Octal 260 5 342 26 142 0 13 436 140 55
Binary 10110000 101 11100010 10110 1100010 0 1011 100011110 1100000 101101

Color Harmonies of #B005E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005E2

Black with #B005E2

Text Example


Text Example

White with #B005E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005E2; }

 p { color: rgb(176,5,226); }

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

background-color css

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

 a { background-color: rgb(176,5,226); }

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

border-color css

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

 span { border-color: rgb(176,5,226); }

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