Html Css Color HEX #B20A8B Medium Violet Red

📋 copy color: '#B20A8B'

red 178 ◦ green 10 ◦ blue 139

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

Shades of Medium Violet Red #B20A8B

Tints of Medium Violet Red #B20A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.51%

R = 54.43%
G = 3.06%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B20A8B (or 0xB20A8B) is known color: Medium Violet Red. HEX triplet: B2, 0A and 8B. RGB value is (178,10,139). Sum of RGB (Red+Green+Blue) = 178+10+139=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20A8B is #4DF574. Grayscale: #4A4A4A. Windows color (decimal): -5109109 or 9112242. OLE color: 9112242.

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

Color convert

RGB 178 10 139 -
CMYK 0 0.94 0.22 0.30
HSL 313.93º 0.89% 0.37% -
HSV(B) 313.93º 0.94% 0.7% -
XYZ 23.13 11.55 25.44 -
YUV 74.94 164.16 201.51 -
System Red Green Blue C M Y K H S L
Decimal 178 10 139 0 0.94 0.22 0.30 313.93 0.89 0.37
Hex B2 A 8B 0 5E 16 1E 13A 59 25
Octal 262 12 213 0 136 26 36 472 131 45
Binary 10110010 1010 10001011 0 1011110 10110 11110 100111010 1011001 100101

Color Harmonies of #B20A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A8B

Black with #B20A8B

Text Example


Text Example

White with #B20A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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