Html Css Color HEX #B20090 Medium Violet Red

📋 copy color: '#B20090'

red 178 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #B20090

Tints of Medium Violet Red #B20090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 55.28%
G = 0%
B = 44.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B20090 (or 0xB20090) is known color: Medium Violet Red. HEX triplet: B2, 00 and 90. RGB value is (178,0,144). Sum of RGB (Red+Green+Blue) = 178+0+144=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B20090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20090 is #4DFF6F. Grayscale: #454545. Windows color (decimal): -5111664 or 9437362. OLE color: 9437362.

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

Color convert

RGB 178 0 144 -
CMYK 0 1 0.19 0.30
HSL 311.46º 1% 0.35% -
HSV(B) 311.46º 1% 0.7% -
XYZ 23.39 11.48 27.37 -
YUV 69.64 169.97 205.29 -
System Red Green Blue C M Y K H S L
Decimal 178 0 144 0 1 0.19 0.30 311.46 1 0.35
Hex B2 0 90 0 64 13 1E 137 64 23
Octal 262 0 220 0 144 23 36 467 144 43
Binary 10110010 0 10010000 0 1100100 10011 11110 100110111 1100100 100011

Color Harmonies of #B20090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20090

Black with #B20090

Text Example


Text Example

White with #B20090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20090; }

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

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

background-color css

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

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

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

border-color css

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

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

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