Html Css Color HEX #B20CDD Dark Violet

📋 copy color: '#B20CDD'

red 178 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #B20CDD

Tints of Dark Violet #B20CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.92%

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

R = 43.31%
G = 2.92%
B = 53.77%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B20CDD (or 0xB20CDD) is known color: Dark Violet. HEX triplet: B2, 0C and DD. RGB value is (178,12,221). Sum of RGB (Red+Green+Blue) = 178+12+221=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #B20CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CDD is #4DF322. Grayscale: #545454. Windows color (decimal): -5108515 or 14486706. OLE color: 14486706.

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

Color convert

RGB 178 12 221 -
CMYK 0.19 0.95 0 0.13
HSL 287.66º 0.9% 0.46% -
HSV(B) 287.66º 0.95% 0.87% -
XYZ 31.54 14.95 69.63 -
YUV 85.46 204.5 194.01 -
System Red Green Blue C M Y K H S L
Decimal 178 12 221 0.19 0.95 0 0.13 287.66 0.9 0.46
Hex B2 C DD 13 5F 0 D 120 5A 2E
Octal 262 14 335 23 137 0 15 440 132 56
Binary 10110010 1100 11011101 10011 1011111 0 1101 100100000 1011010 101110

Color Harmonies of #B20CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CDD

Black with #B20CDD

Text Example


Text Example

White with #B20CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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