Html Css Color HEX #B90880 Medium Violet Red

📋 copy color: '#B90880'

red 185 ◦ green 8 ◦ blue 128

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

Shades of Medium Violet Red #B90880

Tints of Medium Violet Red #B90880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

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

R = 57.63%
G = 2.49%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B90880 (or 0xB90880) is known color: Medium Violet Red. HEX triplet: B9, 08 and 80. RGB value is (185,8,128). Sum of RGB (Red+Green+Blue) = 185+8+128=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B90880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90880 is #46F77F. Grayscale: #4A4A4A. Windows color (decimal): -4650880 or 8390841. OLE color: 8390841.

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

Color convert

RGB 185 8 128 -
CMYK 0 0.96 0.31 0.27
HSL 319.32º 0.92% 0.38% -
HSV(B) 319.32º 0.96% 0.73% -
XYZ 23.99 12.05 21.48 -
YUV 74.6 158.14 206.74 -
System Red Green Blue C M Y K H S L
Decimal 185 8 128 0 0.96 0.31 0.27 319.32 0.92 0.38
Hex B9 8 80 0 60 1F 1B 13F 5C 26
Octal 271 10 200 0 140 37 33 477 134 46
Binary 10111001 1000 10000000 0 1100000 11111 11011 100111111 1011100 100110

Color Harmonies of #B90880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90880

Black with #B90880

Text Example


Text Example

White with #B90880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90880; }

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

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

background-color css

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

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

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

border-color css

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

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

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