Html Css Color HEX #B20189 Medium Violet Red

📋 copy color: '#B20189'

red 178 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #B20189

Tints of Medium Violet Red #B20189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.35%

R = 56.33%
G = 0.32%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B20189 (or 0xB20189) is known color: Medium Violet Red. HEX triplet: B2, 01 and 89. RGB value is (178,1,137). Sum of RGB (Red+Green+Blue) = 178+1+137=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B20189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20189 is #4DFE76. Grayscale: #454545. Windows color (decimal): -5111415 or 8978866. OLE color: 8978866.

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

Color convert

RGB 178 1 137 -
CMYK 0 0.99 0.23 0.30
HSL 313.9º 0.99% 0.35% -
HSV(B) 313.9º 0.99% 0.7% -
XYZ 22.89 11.29 24.64 -
YUV 69.43 166.14 205.44 -
System Red Green Blue C M Y K H S L
Decimal 178 1 137 0 0.99 0.23 0.30 313.9 0.99 0.35
Hex B2 1 89 0 63 17 1E 13A 63 23
Octal 262 1 211 0 143 27 36 472 143 43
Binary 10110010 1 10001001 0 1100011 10111 11110 100111010 1100011 100011

Color Harmonies of #B20189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20189

Black with #B20189

Text Example


Text Example

White with #B20189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20189; }

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

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

background-color css

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

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

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

border-color css

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

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

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