Html Css Color HEX #B20DDD Dark Violet

📋 copy color: '#B20DDD'

red 178 ◦ green 13 ◦ blue 221

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

Shades of Dark Violet #B20DDD

Tints of Dark Violet #B20DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 43.2%
G = 3.16%
B = 53.64%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B20DDD (or 0xB20DDD) is known color: Dark Violet. HEX triplet: B2, 0D and DD. RGB value is (178,13,221). Sum of RGB (Red+Green+Blue) = 178+13+221=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #B20DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DDD is #4DF222. Grayscale: #555555. Windows color (decimal): -5108259 or 14486962. OLE color: 14486962.

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

Color convert

RGB 178 13 221 -
CMYK 0.19 0.94 0 0.13
HSL 287.6º 0.89% 0.46% -
HSV(B) 287.6º 0.94% 0.87% -
XYZ 31.56 14.97 69.63 -
YUV 86.05 204.16 193.59 -
System Red Green Blue C M Y K H S L
Decimal 178 13 221 0.19 0.94 0 0.13 287.6 0.89 0.46
Hex B2 D DD 13 5E 0 D 120 59 2E
Octal 262 15 335 23 136 0 15 440 131 56
Binary 10110010 1101 11011101 10011 1011110 0 1101 100100000 1011001 101110

Color Harmonies of #B20DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DDD

Black with #B20DDD

Text Example


Text Example

White with #B20DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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