Html Css Color HEX #B20CDF Dark Violet

📋 copy color: '#B20CDF'

red 178 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #B20CDF

Tints of Dark Violet #B20CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54%

R = 43.1%
G = 2.91%
B = 54%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B20CDF (or 0xB20CDF) is known color: Dark Violet. HEX triplet: B2, 0C and DF. RGB value is (178,12,223). Sum of RGB (Red+Green+Blue) = 178+12+223=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #B20CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CDF is #4DF320. Grayscale: #555555. Windows color (decimal): -5108513 or 14617778. OLE color: 14617778.

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

Color convert

RGB 178 12 223 -
CMYK 0.20 0.95 0 0.13
HSL 287.2º 0.9% 0.46% -
HSV(B) 287.2º 0.95% 0.87% -
XYZ 31.81 15.06 71.04 -
YUV 85.69 205.5 193.84 -
System Red Green Blue C M Y K H S L
Decimal 178 12 223 0.20 0.95 0 0.13 287.2 0.9 0.46
Hex B2 C DF 14 5F 0 D 11F 5A 2E
Octal 262 14 337 24 137 0 15 437 132 56
Binary 10110010 1100 11011111 10100 1011111 0 1101 100011111 1011010 101110

Color Harmonies of #B20CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CDF

Black with #B20CDF

Text Example


Text Example

White with #B20CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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