Html Css Color HEX #B20291 Medium Violet Red

📋 copy color: '#B20291'

red 178 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #B20291

Tints of Medium Violet Red #B20291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.62%

R = 54.77%
G = 0.62%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B20291 (or 0xB20291) is known color: Medium Violet Red. HEX triplet: B2, 02 and 91. RGB value is (178,2,145). Sum of RGB (Red+Green+Blue) = 178+2+145=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B20291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20291 is #4DFD6E. Grayscale: #464646. Windows color (decimal): -5111151 or 9503410. OLE color: 9503410.

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

Color convert

RGB 178 2 145 -
CMYK 0 0.99 0.19 0.30
HSL 311.25º 0.98% 0.35% -
HSV(B) 311.25º 0.99% 0.7% -
XYZ 23.49 11.55 27.78 -
YUV 70.93 169.81 204.37 -
System Red Green Blue C M Y K H S L
Decimal 178 2 145 0 0.99 0.19 0.30 311.25 0.98 0.35
Hex B2 2 91 0 63 13 1E 137 62 23
Octal 262 2 221 0 143 23 36 467 142 43
Binary 10110010 10 10010001 0 1100011 10011 11110 100110111 1100010 100011

Color Harmonies of #B20291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20291

Black with #B20291

Text Example


Text Example

White with #B20291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20291; }

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

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

background-color css

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

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

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

border-color css

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

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

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