Html Css Color HEX #B20BDC Dark Violet

📋 copy color: '#B20BDC'

red 178 ◦ green 11 ◦ blue 220

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

Shades of Dark Violet #B20BDC

Tints of Dark Violet #B20BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 43.52%
G = 2.69%
B = 53.79%

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

#B20BDC (or 0xB20BDC) is known color: Dark Violet. HEX triplet: B2, 0B and DC. RGB value is (178,11,220). Sum of RGB (Red+Green+Blue) = 178+11+220=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #B20BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BDC is #4DF423. Grayscale: #545454. Windows color (decimal): -5108772 or 14420914. OLE color: 14420914.

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

Color convert

RGB 178 11 220 -
CMYK 0.19 0.95 0 0.14
HSL 287.94º 0.9% 0.45% -
HSV(B) 287.94º 0.95% 0.86% -
XYZ 31.4 14.87 68.93 -
YUV 84.76 204.33 194.51 -
System Red Green Blue C M Y K H S L
Decimal 178 11 220 0.19 0.95 0 0.14 287.94 0.9 0.45
Hex B2 B DC 13 5F 0 E 120 5A 2D
Octal 262 13 334 23 137 0 16 440 132 55
Binary 10110010 1011 11011100 10011 1011111 0 1110 100100000 1011010 101101

Color Harmonies of #B20BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BDC

Black with #B20BDC

Text Example


Text Example

White with #B20BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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