Html Css Color HEX #B20492 Medium Violet Red

📋 copy color: '#B20492'

red 178 ◦ green 4 ◦ blue 146

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

Shades of Medium Violet Red #B20492

Tints of Medium Violet Red #B20492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.51%

R = 54.27%
G = 1.22%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B20492 (or 0xB20492) is known color: Medium Violet Red. HEX triplet: B2, 04 and 92. RGB value is (178,4,146). Sum of RGB (Red+Green+Blue) = 178+4+146=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B20492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20492 is #4DFB6D. Grayscale: #474747. Windows color (decimal): -5110638 or 9569458. OLE color: 9569458.

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

Color convert

RGB 178 4 146 -
CMYK 0 0.98 0.18 0.30
HSL 311.03º 0.96% 0.36% -
HSV(B) 311.03º 0.98% 0.7% -
XYZ 23.59 11.63 28.19 -
YUV 72.21 169.65 203.45 -
System Red Green Blue C M Y K H S L
Decimal 178 4 146 0 0.98 0.18 0.30 311.03 0.96 0.36
Hex B2 4 92 0 62 12 1E 137 60 24
Octal 262 4 222 0 142 22 36 467 140 44
Binary 10110010 100 10010010 0 1100010 10010 11110 100110111 1100000 100100

Color Harmonies of #B20492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20492

Black with #B20492

Text Example


Text Example

White with #B20492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20492; }

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

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

background-color css

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

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

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

border-color css

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

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

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