Html Css Color HEX #B20A9A Medium Violet Red

📋 copy color: '#B20A9A'

red 178 ◦ green 10 ◦ blue 154

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

Shades of Medium Violet Red #B20A9A

Tints of Medium Violet Red #B20A9A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.92%

 BLUE value IS 154 (60.55% from 255) = 45.03%

R = 52.05%
G = 2.92%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B20A9A (or 0xB20A9A) is known color: Medium Violet Red. HEX triplet: B2, 0A and 9A. RGB value is (178,10,154). Sum of RGB (Red+Green+Blue) = 178+10+154=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20A9A is #4DF565. Grayscale: #4C4C4C. Windows color (decimal): -5109094 or 10095282. OLE color: 10095282.

HSL color Cylindrical-coordinate representation of color #B20A9A: hue angle of 308.57º degrees, saturation: 0.89, 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 #B20A9A is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 10 154 -
CMYK 0 0.94 0.13 0.30
HSL 308.57º 0.89% 0.37% -
HSV(B) 308.57º 0.94% 0.7% -
XYZ 24.3 12.02 31.61 -
YUV 76.65 171.66 200.29 -
System Red Green Blue C M Y K H S L
Decimal 178 10 154 0 0.94 0.13 0.30 308.57 0.89 0.37
Hex B2 A 9A 0 5E D 1E 135 59 25
Octal 262 12 232 0 136 15 36 465 131 45
Binary 10110010 1010 10011010 0 1011110 1101 11110 100110101 1011001 100101

Color Harmonies of #B20A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A9A

Black with #B20A9A

Text Example


Text Example

White with #B20A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A9A; }

 p { color: rgb(178,10,154); }

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

background-color css

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

 a { background-color: rgb(178,10,154); }

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

border-color css

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

 span { border-color: rgb(178,10,154); }

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