Html Css Color HEX #B90F87 Medium Violet Red

📋 copy color: '#B90F87'

red 185 ◦ green 15 ◦ blue 135

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

Shades of Medium Violet Red #B90F87

Tints of Medium Violet Red #B90F87

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.48%

 BLUE value IS 135 (53.13% from 255) = 40.3%

R = 55.22%
G = 4.48%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B90F87 (or 0xB90F87) is known color: Medium Violet Red. HEX triplet: B9, 0F and 87. RGB value is (185,15,135). Sum of RGB (Red+Green+Blue) = 185+15+135=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90F87 is #46F078. Grayscale: #4F4F4F. Windows color (decimal): -4649081 or 8851385. OLE color: 8851385.

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

Color convert

RGB 185 15 135 -
CMYK 0 0.92 0.27 0.27
HSL 317.65º 0.85% 0.39% -
HSV(B) 317.65º 0.92% 0.73% -
XYZ 24.55 12.41 24.02 -
YUV 79.51 159.32 203.24 -
System Red Green Blue C M Y K H S L
Decimal 185 15 135 0 0.92 0.27 0.27 317.65 0.85 0.39
Hex B9 F 87 0 5C 1B 1B 13E 55 27
Octal 271 17 207 0 134 33 33 476 125 47
Binary 10111001 1111 10000111 0 1011100 11011 11011 100111110 1010101 100111

Color Harmonies of #B90F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90F87

Black with #B90F87

Text Example


Text Example

White with #B90F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90F87; }

 p { color: rgb(185,15,135); }

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

background-color css

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

 a { background-color: rgb(185,15,135); }

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

border-color css

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

 span { border-color: rgb(185,15,135); }

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