Html Css Color HEX #B20195 Medium Violet Red

📋 copy color: '#B20195'

red 178 ◦ green 1 ◦ blue 149

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

Shades of Medium Violet Red #B20195

Tints of Medium Violet Red #B20195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 54.27%
G = 0.3%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B20195 (or 0xB20195) is known color: Medium Violet Red. HEX triplet: B2, 01 and 95. RGB value is (178,1,149). Sum of RGB (Red+Green+Blue) = 178+1+149=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B20195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20195 is #4DFE6A. Grayscale: #464646. Windows color (decimal): -5111403 or 9765298. OLE color: 9765298.

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

Color convert

RGB 178 1 149 -
CMYK 0 0.99 0.16 0.30
HSL 309.83º 0.99% 0.35% -
HSV(B) 309.83º 0.99% 0.7% -
XYZ 23.8 11.66 29.43 -
YUV 70.8 172.14 204.47 -
System Red Green Blue C M Y K H S L
Decimal 178 1 149 0 0.99 0.16 0.30 309.83 0.99 0.35
Hex B2 1 95 0 63 10 1E 136 63 23
Octal 262 1 225 0 143 20 36 466 143 43
Binary 10110010 1 10010101 0 1100011 10000 11110 100110110 1100011 100011

Color Harmonies of #B20195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20195

Black with #B20195

Text Example


Text Example

White with #B20195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20195; }

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

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

background-color css

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

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

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

border-color css

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

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

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