Html Css Color HEX #B20EDB Dark Violet

📋 copy color: '#B20EDB'

red 178 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #B20EDB

Tints of Dark Violet #B20EDB

RGB

 RED value IS 178 (69.92% from 255) = 43.31%

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

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

R = 43.31%
G = 3.41%
B = 53.28%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B20EDB (or 0xB20EDB) is known color: Dark Violet. HEX triplet: B2, 0E and DB. RGB value is (178,14,219). Sum of RGB (Red+Green+Blue) = 178+14+219=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #B20EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EDB is #4DF124. Grayscale: #555555. Windows color (decimal): -5108005 or 14356146. OLE color: 14356146.

HSL color Cylindrical-coordinate representation of color #B20EDB: hue angle of 288º 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 #B20EDB is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 14 219 -
CMYK 0.19 0.94 0 0.14
HSL 288º 0.88% 0.46% -
HSV(B) 288º 0.94% 0.86% -
XYZ 31.3 14.89 68.24 -
YUV 86.41 202.83 193.33 -
System Red Green Blue C M Y K H S L
Decimal 178 14 219 0.19 0.94 0 0.14 288 0.88 0.46
Hex B2 E DB 13 5E 0 E 120 58 2E
Octal 262 16 333 23 136 0 16 440 130 56
Binary 10110010 1110 11011011 10011 1011110 0 1110 100100000 1011000 101110

Color Harmonies of #B20EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20EDB

Black with #B20EDB

Text Example


Text Example

White with #B20EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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