Html Css Color HEX #B20CDE Dark Violet

📋 copy color: '#B20CDE'

red 178 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #B20CDE

Tints of Dark Violet #B20CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.88%

R = 43.2%
G = 2.91%
B = 53.88%

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

#B20CDE (or 0xB20CDE) is known color: Dark Violet. HEX triplet: B2, 0C and DE. RGB value is (178,12,222). Sum of RGB (Red+Green+Blue) = 178+12+222=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #B20CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CDE is #4DF321. Grayscale: #545454. Windows color (decimal): -5108514 or 14552242. OLE color: 14552242.

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

Color convert

RGB 178 12 222 -
CMYK 0.20 0.95 0 0.13
HSL 287.43º 0.9% 0.46% -
HSV(B) 287.43º 0.95% 0.87% -
XYZ 31.68 15 70.33 -
YUV 85.57 205 193.92 -
System Red Green Blue C M Y K H S L
Decimal 178 12 222 0.20 0.95 0 0.13 287.43 0.9 0.46
Hex B2 C DE 14 5F 0 D 11F 5A 2E
Octal 262 14 336 24 137 0 15 437 132 56
Binary 10110010 1100 11011110 10100 1011111 0 1101 100011111 1011010 101110

Color Harmonies of #B20CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CDE

Black with #B20CDE

Text Example


Text Example

White with #B20CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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