Html Css Color HEX #B20099 Medium Violet Red

📋 copy color: '#B20099'

red 178 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #B20099

Tints of Medium Violet Red #B20099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 46.22%

R = 53.78%
G = 0%
B = 46.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B20099 (or 0xB20099) is known color: Medium Violet Red. HEX triplet: B2, 00 and 99. RGB value is (178,0,153). Sum of RGB (Red+Green+Blue) = 178+0+153=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B20099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20099 is #4DFF66. Grayscale: #464646. Windows color (decimal): -5111655 or 10027186. OLE color: 10027186.

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

Color convert

RGB 178 0 153 -
CMYK 0 1 0.14 0.30
HSL 308.43º 1% 0.35% -
HSV(B) 308.43º 1% 0.7% -
XYZ 24.11 11.76 31.14 -
YUV 70.66 174.47 204.56 -
System Red Green Blue C M Y K H S L
Decimal 178 0 153 0 1 0.14 0.30 308.43 1 0.35
Hex B2 0 99 0 64 E 1E 134 64 23
Octal 262 0 231 0 144 16 36 464 144 43
Binary 10110010 0 10011001 0 1100100 1110 11110 100110100 1100100 100011

Color Harmonies of #B20099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20099

Black with #B20099

Text Example


Text Example

White with #B20099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20099; }

 p { color: rgb(178,0,153); }

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

background-color css

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

 a { background-color: rgb(178,0,153); }

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

border-color css

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

 span { border-color: rgb(178,0,153); }

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