Html Css Color HEX #B20DDB Dark Violet

📋 copy color: '#B20DDB'

red 178 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #B20DDB

Tints of Dark Violet #B20DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.17%

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

R = 43.41%
G = 3.17%
B = 53.41%

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

#B20DDB (or 0xB20DDB) is known color: Dark Violet. HEX triplet: B2, 0D and DB. RGB value is (178,13,219). Sum of RGB (Red+Green+Blue) = 178+13+219=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #B20DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DDB is #4DF224. Grayscale: #555555. Windows color (decimal): -5108261 or 14355890. OLE color: 14355890.

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

Color convert

RGB 178 13 219 -
CMYK 0.19 0.94 0 0.14
HSL 288.06º 0.89% 0.45% -
HSV(B) 288.06º 0.94% 0.86% -
XYZ 31.29 14.87 68.24 -
YUV 85.82 203.16 193.75 -
System Red Green Blue C M Y K H S L
Decimal 178 13 219 0.19 0.94 0 0.14 288.06 0.89 0.45
Hex B2 D DB 13 5E 0 E 120 59 2D
Octal 262 15 333 23 136 0 16 440 131 55
Binary 10110010 1101 11011011 10011 1011110 0 1110 100100000 1011001 101101

Color Harmonies of #B20DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DDB

Black with #B20DDB

Text Example


Text Example

White with #B20DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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