Html Css Color HEX #B00ED5 Dark Violet

📋 copy color: '#B00ED5'

red 176 ◦ green 14 ◦ blue 213

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

Shades of Dark Violet #B00ED5

Tints of Dark Violet #B00ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.85%

R = 43.67%
G = 3.47%
B = 52.85%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B00ED5 (or 0xB00ED5) is known color: Dark Violet. HEX triplet: B0, 0E and D5. RGB value is (176,14,213). Sum of RGB (Red+Green+Blue) = 176+14+213=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #B00ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ED5 is #4FF12A. Grayscale: #545454. Windows color (decimal): -5239083 or 13962928. OLE color: 13962928.

HSL color Cylindrical-coordinate representation of color #B00ED5: hue angle of 288.84º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00ED5 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 14 213 -
CMYK 0.17 0.93 0 0.16
HSL 288.84º 0.88% 0.45% -
HSV(B) 288.84º 0.93% 0.84% -
XYZ 30.07 14.35 64.14 -
YUV 85.12 200.17 192.82 -
System Red Green Blue C M Y K H S L
Decimal 176 14 213 0.17 0.93 0 0.16 288.84 0.88 0.45
Hex B0 E D5 11 5D 0 10 121 58 2D
Octal 260 16 325 21 135 0 20 441 130 55
Binary 10110000 1110 11010101 10001 1011101 0 10000 100100001 1011000 101101

Color Harmonies of #B00ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00ED5

Black with #B00ED5

Text Example


Text Example

White with #B00ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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