Html Css Color HEX #B20CA6 Medium Violet Red

📋 copy color: '#B20CA6'

red 178 ◦ green 12 ◦ blue 166

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

Shades of Medium Violet Red #B20CA6

Tints of Medium Violet Red #B20CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.63%

R = 50%
G = 3.37%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B20CA6 (or 0xB20CA6) is known color: Medium Violet Red. HEX triplet: B2, 0C and A6. RGB value is (178,12,166). Sum of RGB (Red+Green+Blue) = 178+12+166=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B20CA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20CA6 is #4DF359. Grayscale: #4E4E4E. Windows color (decimal): -5108570 or 10882226. OLE color: 10882226.

HSL color Cylindrical-coordinate representation of color #B20CA6: hue angle of 304.34º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20CA6 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 12 166 -
CMYK 0 0.93 0.07 0.30
HSL 304.34º 0.87% 0.37% -
HSV(B) 304.34º 0.93% 0.7% -
XYZ 25.37 12.48 37.15 -
YUV 79.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 178 12 166 0 0.93 0.07 0.30 304.34 0.87 0.37
Hex B2 C A6 0 5D 7 1E 130 57 25
Octal 262 14 246 0 135 7 36 460 127 45
Binary 10110010 1100 10100110 0 1011101 111 11110 100110000 1010111 100101

Color Harmonies of #B20CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CA6

Black with #B20CA6

Text Example


Text Example

White with #B20CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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