Html Css Color HEX #B00ECE Dark Violet

📋 copy color: '#B00ECE'

red 176 ◦ green 14 ◦ blue 206

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

Shades of Dark Violet #B00ECE

Tints of Dark Violet #B00ECE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.54%

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 44.44%
G = 3.54%
B = 52.02%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B00ECE (or 0xB00ECE) is known color: Dark Violet. HEX triplet: B0, 0E and CE. RGB value is (176,14,206). Sum of RGB (Red+Green+Blue) = 176+14+206=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #B00ECE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ECE is #4FF131. Grayscale: #535353. Windows color (decimal): -5239090 or 13504176. OLE color: 13504176.

HSL color Cylindrical-coordinate representation of color #B00ECE: hue angle of 290.62º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00ECE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 14 206 -
CMYK 0.15 0.93 0 0.19
HSL 290.63º 0.87% 0.43% -
HSV(B) 290.63º 0.93% 0.81% -
XYZ 29.2 14 59.56 -
YUV 84.33 196.67 193.39 -
System Red Green Blue C M Y K H S L
Decimal 176 14 206 0.15 0.93 0 0.19 290.63 0.87 0.43
Hex B0 E CE F 5D 0 13 123 57 2B
Octal 260 16 316 17 135 0 23 443 127 53
Binary 10110000 1110 11001110 1111 1011101 0 10011 100100011 1010111 101011

Color Harmonies of #B00ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00ECE

Black with #B00ECE

Text Example


Text Example

White with #B00ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00ECE; }

 p { color: rgb(176,14,206); }

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

background-color css

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

 a { background-color: rgb(176,14,206); }

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

border-color css

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

 span { border-color: rgb(176,14,206); }

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