Html Css Color HEX #B90F79 Medium Violet Red

📋 copy color: '#B90F79'

red 185 ◦ green 15 ◦ blue 121

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

Shades of Medium Violet Red #B90F79

Tints of Medium Violet Red #B90F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.69%

R = 57.63%
G = 4.67%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B90F79 (or 0xB90F79) is known color: Medium Violet Red. HEX triplet: B9, 0F and 79. RGB value is (185,15,121). Sum of RGB (Red+Green+Blue) = 185+15+121=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90F79 is #46F086. Grayscale: #4D4D4D. Windows color (decimal): -4649095 or 7933881. OLE color: 7933881.

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

Color convert

RGB 185 15 121 -
CMYK 0 0.92 0.35 0.27
HSL 322.59º 0.85% 0.39% -
HSV(B) 322.59º 0.92% 0.73% -
XYZ 23.63 12.04 19.17 -
YUV 77.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 185 15 121 0 0.92 0.35 0.27 322.59 0.85 0.39
Hex B9 F 79 0 5C 23 1B 143 55 27
Octal 271 17 171 0 134 43 33 503 125 47
Binary 10111001 1111 1111001 0 1011100 100011 11011 101000011 1010101 100111

Color Harmonies of #B90F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90F79

Black with #B90F79

Text Example


Text Example

White with #B90F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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