Html Css Color HEX #B90C80 Medium Violet Red

📋 copy color: '#B90C80'

red 185 ◦ green 12 ◦ blue 128

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

Shades of Medium Violet Red #B90C80

Tints of Medium Violet Red #B90C80

RGB

 RED value IS 185 (72.66% from 255) = 56.92%

 GREEN value IS 12 (5.08% from 255) = 3.69%

 BLUE value IS 128 (50.39% from 255) = 39.38%

R = 56.92%
G = 3.69%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B90C80 (or 0xB90C80) is known color: Medium Violet Red. HEX triplet: B9, 0C and 80. RGB value is (185,12,128). Sum of RGB (Red+Green+Blue) = 185+12+128=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90C80 is #46F37F. Grayscale: #4C4C4C. Windows color (decimal): -4649856 or 8391865. OLE color: 8391865.

HSL color Cylindrical-coordinate representation of color #B90C80: hue angle of 319.77º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90C80 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 12 128 -
CMYK 0 0.94 0.31 0.27
HSL 319.77º 0.88% 0.39% -
HSV(B) 319.77º 0.94% 0.73% -
XYZ 24.04 12.14 21.5 -
YUV 76.95 156.81 205.07 -
System Red Green Blue C M Y K H S L
Decimal 185 12 128 0 0.94 0.31 0.27 319.77 0.88 0.39
Hex B9 C 80 0 5E 1F 1B 140 58 27
Octal 271 14 200 0 136 37 33 500 130 47
Binary 10111001 1100 10000000 0 1011110 11111 11011 101000000 1011000 100111

Color Harmonies of #B90C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C80

Black with #B90C80

Text Example


Text Example

White with #B90C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C80; }

 p { color: rgb(185,12,128); }

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

background-color css

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

 a { background-color: rgb(185,12,128); }

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

border-color css

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

 span { border-color: rgb(185,12,128); }

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