Html Css Color HEX #B20292 Medium Violet Red

📋 copy color: '#B20292'

red 178 ◦ green 2 ◦ blue 146

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

Shades of Medium Violet Red #B20292

Tints of Medium Violet Red #B20292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 54.6%
G = 0.61%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B20292 (or 0xB20292) is known color: Medium Violet Red. HEX triplet: B2, 02 and 92. RGB value is (178,2,146). Sum of RGB (Red+Green+Blue) = 178+2+146=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B20292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20292 is #4DFD6D. Grayscale: #464646. Windows color (decimal): -5111150 or 9568946. OLE color: 9568946.

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

Color convert

RGB 178 2 146 -
CMYK 0 0.99 0.18 0.30
HSL 310.91º 0.98% 0.35% -
HSV(B) 310.91º 0.99% 0.7% -
XYZ 23.57 11.58 28.19 -
YUV 71.04 170.31 204.29 -
System Red Green Blue C M Y K H S L
Decimal 178 2 146 0 0.99 0.18 0.30 310.91 0.98 0.35
Hex B2 2 92 0 63 12 1E 137 62 23
Octal 262 2 222 0 143 22 36 467 142 43
Binary 10110010 10 10010010 0 1100011 10010 11110 100110111 1100010 100011

Color Harmonies of #B20292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20292

Black with #B20292

Text Example


Text Example

White with #B20292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20292; }

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

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

background-color css

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

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

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

border-color css

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

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

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