Html Css Color HEX #B20BDB Dark Violet

📋 copy color: '#B20BDB'

red 178 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #B20BDB

Tints of Dark Violet #B20BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.7%

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

R = 43.63%
G = 2.7%
B = 53.68%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B20BDB (or 0xB20BDB) is known color: Dark Violet. HEX triplet: B2, 0B and DB. RGB value is (178,11,219). Sum of RGB (Red+Green+Blue) = 178+11+219=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #B20BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BDB is #4DF424. Grayscale: #535353. Windows color (decimal): -5108773 or 14355378. OLE color: 14355378.

HSL color Cylindrical-coordinate representation of color #B20BDB: hue angle of 288.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20BDB is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 11 219 -
CMYK 0.19 0.95 0 0.14
HSL 288.17º 0.9% 0.45% -
HSV(B) 288.17º 0.95% 0.86% -
XYZ 31.27 14.82 68.23 -
YUV 84.65 203.83 194.59 -
System Red Green Blue C M Y K H S L
Decimal 178 11 219 0.19 0.95 0 0.14 288.17 0.9 0.45
Hex B2 B DB 13 5F 0 E 120 5A 2D
Octal 262 13 333 23 137 0 16 440 132 55
Binary 10110010 1011 11011011 10011 1011111 0 1110 100100000 1011010 101101

Color Harmonies of #B20BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BDB

Black with #B20BDB

Text Example


Text Example

White with #B20BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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