Html Css Color HEX #B20BA3 Medium Violet Red

📋 copy color: '#B20BA3'

red 178 ◦ green 11 ◦ blue 163

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

Shades of Medium Violet Red #B20BA3

Tints of Medium Violet Red #B20BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.31%

R = 50.57%
G = 3.13%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B20BA3 (or 0xB20BA3) is known color: Medium Violet Red. HEX triplet: B2, 0B and A3. RGB value is (178,11,163). Sum of RGB (Red+Green+Blue) = 178+11+163=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B20BA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20BA3 is #4DF45C. Grayscale: #4D4D4D. Windows color (decimal): -5108829 or 10685362. OLE color: 10685362.

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

Color convert

RGB 178 11 163 -
CMYK 0 0.94 0.08 0.30
HSL 305.39º 0.88% 0.37% -
HSV(B) 305.39º 0.94% 0.7% -
XYZ 25.09 12.35 35.71 -
YUV 78.26 175.83 199.14 -
System Red Green Blue C M Y K H S L
Decimal 178 11 163 0 0.94 0.08 0.30 305.39 0.88 0.37
Hex B2 B A3 0 5E 8 1E 131 58 25
Octal 262 13 243 0 136 10 36 461 130 45
Binary 10110010 1011 10100011 0 1011110 1000 11110 100110001 1011000 100101

Color Harmonies of #B20BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BA3

Black with #B20BA3

Text Example


Text Example

White with #B20BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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