Html Css Color HEX #B90180 Medium Violet Red

📋 copy color: '#B90180'

red 185 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #B90180

Tints of Medium Violet Red #B90180

RGB

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

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

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

R = 58.92%
G = 0.32%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B90180 (or 0xB90180) is known color: Medium Violet Red. HEX triplet: B9, 01 and 80. RGB value is (185,1,128). Sum of RGB (Red+Green+Blue) = 185+1+128=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B90180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90180 is #46FE7F. Grayscale: #464646. Windows color (decimal): -4652672 or 8389049. OLE color: 8389049.

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

Color convert

RGB 185 1 128 -
CMYK 0 0.99 0.31 0.27
HSL 318.59º 0.99% 0.36% -
HSV(B) 318.59º 0.99% 0.73% -
XYZ 23.91 11.89 21.46 -
YUV 70.49 160.46 209.67 -
System Red Green Blue C M Y K H S L
Decimal 185 1 128 0 0.99 0.31 0.27 318.59 0.99 0.36
Hex B9 1 80 0 63 1F 1B 13F 63 24
Octal 271 1 200 0 143 37 33 477 143 44
Binary 10111001 1 10000000 0 1100011 11111 11011 100111111 1100011 100100

Color Harmonies of #B90180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90180

Black with #B90180

Text Example


Text Example

White with #B90180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90180; }

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

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

background-color css

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

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

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

border-color css

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

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

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