Html Css Color HEX #B20EA6 Medium Violet Red

📋 copy color: '#B20EA6'

red 178 ◦ green 14 ◦ blue 166

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

Shades of Medium Violet Red #B20EA6

Tints of Medium Violet Red #B20EA6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.91%

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

R = 49.72%
G = 3.91%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B20EA6 (or 0xB20EA6) is known color: Medium Violet Red. HEX triplet: B2, 0E and A6. RGB value is (178,14,166). Sum of RGB (Red+Green+Blue) = 178+14+166=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B20EA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20EA6 is #4DF159. Grayscale: #4F4F4F. Windows color (decimal): -5108058 or 10882738. OLE color: 10882738.

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

Color convert

RGB 178 14 166 -
CMYK 0 0.92 0.07 0.30
HSL 304.39º 0.85% 0.38% -
HSV(B) 304.39º 0.92% 0.7% -
XYZ 25.4 12.53 37.16 -
YUV 80.36 176.33 197.64 -
System Red Green Blue C M Y K H S L
Decimal 178 14 166 0 0.92 0.07 0.30 304.39 0.85 0.38
Hex B2 E A6 0 5C 7 1E 130 55 26
Octal 262 16 246 0 134 7 36 460 125 46
Binary 10110010 1110 10100110 0 1011100 111 11110 100110000 1010101 100110

Color Harmonies of #B20EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20EA6

Black with #B20EA6

Text Example


Text Example

White with #B20EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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