Html Css Color HEX #B20393 Medium Violet Red

📋 copy color: '#B20393'

red 178 ◦ green 3 ◦ blue 147

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

Shades of Medium Violet Red #B20393

Tints of Medium Violet Red #B20393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 54.27%
G = 0.91%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B20393 (or 0xB20393) is known color: Medium Violet Red. HEX triplet: B2, 03 and 93. RGB value is (178,3,147). Sum of RGB (Red+Green+Blue) = 178+3+147=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B20393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20393 is #4DFC6C. Grayscale: #474747. Windows color (decimal): -5110893 or 9634738. OLE color: 9634738.

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

Color convert

RGB 178 3 147 -
CMYK 0 0.98 0.17 0.30
HSL 310.63º 0.97% 0.35% -
HSV(B) 310.63º 0.98% 0.7% -
XYZ 23.66 11.64 28.6 -
YUV 71.74 170.48 203.79 -
System Red Green Blue C M Y K H S L
Decimal 178 3 147 0 0.98 0.17 0.30 310.63 0.97 0.35
Hex B2 3 93 0 62 11 1E 137 61 23
Octal 262 3 223 0 142 21 36 467 141 43
Binary 10110010 11 10010011 0 1100010 10001 11110 100110111 1100001 100011

Color Harmonies of #B20393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20393

Black with #B20393

Text Example


Text Example

White with #B20393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20393; }

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

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

background-color css

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

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

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

border-color css

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

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

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