Html Css Color HEX #B20192 Medium Violet Red

📋 copy color: '#B20192'

red 178 ◦ green 1 ◦ blue 146

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

Shades of Medium Violet Red #B20192

Tints of Medium Violet Red #B20192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 54.77%
G = 0.31%
B = 44.92%

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

#B20192 (or 0xB20192) is known color: Medium Violet Red. HEX triplet: B2, 01 and 92. RGB value is (178,1,146). Sum of RGB (Red+Green+Blue) = 178+1+146=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B20192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20192 is #4DFE6D. Grayscale: #464646. Windows color (decimal): -5111406 or 9568690. OLE color: 9568690.

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

Color convert

RGB 178 1 146 -
CMYK 0 0.99 0.18 0.30
HSL 310.85º 0.99% 0.35% -
HSV(B) 310.85º 0.99% 0.7% -
XYZ 23.56 11.56 28.18 -
YUV 70.45 170.64 204.71 -
System Red Green Blue C M Y K H S L
Decimal 178 1 146 0 0.99 0.18 0.30 310.85 0.99 0.35
Hex B2 1 92 0 63 12 1E 137 63 23
Octal 262 1 222 0 143 22 36 467 143 43
Binary 10110010 1 10010010 0 1100011 10010 11110 100110111 1100011 100011

Color Harmonies of #B20192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20192

Black with #B20192

Text Example


Text Example

White with #B20192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20192; }

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

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

background-color css

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

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

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

border-color css

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

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

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