Html Css Color HEX #B20490 Medium Violet Red

📋 copy color: '#B20490'

red 178 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #B20490

Tints of Medium Violet Red #B20490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 144 (56.64% from 255) = 44.17%

R = 54.6%
G = 1.23%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B20490 (or 0xB20490) is known color: Medium Violet Red. HEX triplet: B2, 04 and 90. RGB value is (178,4,144). Sum of RGB (Red+Green+Blue) = 178+4+144=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B20490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20490 is #4DFB6F. Grayscale: #474747. Windows color (decimal): -5110640 or 9438386. OLE color: 9438386.

HSL color Cylindrical-coordinate representation of color #B20490: hue angle of 311.72º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20490 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 144 -
CMYK 0 0.98 0.19 0.30
HSL 311.72º 0.96% 0.36% -
HSV(B) 311.72º 0.98% 0.7% -
XYZ 23.44 11.57 27.38 -
YUV 71.99 168.65 203.62 -
System Red Green Blue C M Y K H S L
Decimal 178 4 144 0 0.98 0.19 0.30 311.72 0.96 0.36
Hex B2 4 90 0 62 13 1E 138 60 24
Octal 262 4 220 0 142 23 36 470 140 44
Binary 10110010 100 10010000 0 1100010 10011 11110 100111000 1100000 100100

Color Harmonies of #B20490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20490

Black with #B20490

Text Example


Text Example

White with #B20490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20490; }

 p { color: rgb(178,4,144); }

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

background-color css

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

 a { background-color: rgb(178,4,144); }

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

border-color css

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

 span { border-color: rgb(178,4,144); }

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