Html Css Color HEX #B20193 Medium Violet Red

📋 copy color: '#B20193'

red 178 ◦ green 1 ◦ blue 147

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

Shades of Medium Violet Red #B20193

Tints of Medium Violet Red #B20193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 54.6%
G = 0.31%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B20193 (or 0xB20193) is known color: Medium Violet Red. HEX triplet: B2, 01 and 93. RGB value is (178,1,147). Sum of RGB (Red+Green+Blue) = 178+1+147=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B20193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20193 is #4DFE6C. Grayscale: #464646. Windows color (decimal): -5111405 or 9634226. OLE color: 9634226.

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

Color convert

RGB 178 1 147 -
CMYK 0 0.99 0.17 0.30
HSL 310.51º 0.99% 0.35% -
HSV(B) 310.51º 0.99% 0.7% -
XYZ 23.64 11.59 28.6 -
YUV 70.57 171.14 204.63 -
System Red Green Blue C M Y K H S L
Decimal 178 1 147 0 0.99 0.17 0.30 310.51 0.99 0.35
Hex B2 1 93 0 63 11 1E 137 63 23
Octal 262 1 223 0 143 21 36 467 143 43
Binary 10110010 1 10010011 0 1100011 10001 11110 100110111 1100011 100011

Color Harmonies of #B20193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20193

Black with #B20193

Text Example


Text Example

White with #B20193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20193; }

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

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

background-color css

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

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

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

border-color css

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

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

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