Html Css Color HEX #B00EDB Dark Violet

📋 copy color: '#B00EDB'

red 176 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #B00EDB

Tints of Dark Violet #B00EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.55%

R = 43.03%
G = 3.42%
B = 53.55%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B00EDB (or 0xB00EDB) is known color: Dark Violet. HEX triplet: B0, 0E and DB. RGB value is (176,14,219). Sum of RGB (Red+Green+Blue) = 176+14+219=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #B00EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00EDB is #4FF124. Grayscale: #555555. Windows color (decimal): -5239077 or 14356144. OLE color: 14356144.

HSL color Cylindrical-coordinate representation of color #B00EDB: hue angle of 287.41º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00EDB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 14 219 -
CMYK 0.20 0.94 0 0.14
HSL 287.41º 0.88% 0.46% -
HSV(B) 287.41º 0.94% 0.86% -
XYZ 30.85 14.66 68.22 -
YUV 85.81 203.17 192.33 -
System Red Green Blue C M Y K H S L
Decimal 176 14 219 0.20 0.94 0 0.14 287.41 0.88 0.46
Hex B0 E DB 14 5E 0 E 11F 58 2E
Octal 260 16 333 24 136 0 16 437 130 56
Binary 10110000 1110 11011011 10100 1011110 0 1110 100011111 1011000 101110

Color Harmonies of #B00EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00EDB

Black with #B00EDB

Text Example


Text Example

White with #B00EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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