Html Css Color HEX #B90F96 Medium Violet Red

📋 copy color: '#B90F96'

red 185 ◦ green 15 ◦ blue 150

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

Shades of Medium Violet Red #B90F96

Tints of Medium Violet Red #B90F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.86%

R = 52.86%
G = 4.29%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B90F96 (or 0xB90F96) is known color: Medium Violet Red. HEX triplet: B9, 0F and 96. RGB value is (185,15,150). Sum of RGB (Red+Green+Blue) = 185+15+150=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90F96 is #46F069. Grayscale: #505050. Windows color (decimal): -4649066 or 9834425. OLE color: 9834425.

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

Color convert

RGB 185 15 150 -
CMYK 0 0.92 0.19 0.27
HSL 312.35º 0.85% 0.39% -
HSV(B) 312.35º 0.92% 0.73% -
XYZ 25.68 12.86 29.98 -
YUV 81.22 166.82 202.02 -
System Red Green Blue C M Y K H S L
Decimal 185 15 150 0 0.92 0.19 0.27 312.35 0.85 0.39
Hex B9 F 96 0 5C 13 1B 138 55 27
Octal 271 17 226 0 134 23 33 470 125 47
Binary 10111001 1111 10010110 0 1011100 10011 11011 100111000 1010101 100111

Color Harmonies of #B90F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90F96

Black with #B90F96

Text Example


Text Example

White with #B90F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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