Html Css Color HEX #B90279 Medium Violet Red

📋 copy color: '#B90279'

red 185 ◦ green 2 ◦ blue 121

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

Shades of Medium Violet Red #B90279

Tints of Medium Violet Red #B90279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 60.06%
G = 0.65%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B90279 (or 0xB90279) is known color: Medium Violet Red. HEX triplet: B9, 02 and 79. RGB value is (185,2,121). Sum of RGB (Red+Green+Blue) = 185+2+121=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B90279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90279 is #46FD86. Grayscale: #454545. Windows color (decimal): -4652423 or 7930553. OLE color: 7930553.

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

Color convert

RGB 185 2 121 -
CMYK 0 0.99 0.35 0.27
HSL 320.98º 0.98% 0.37% -
HSV(B) 320.98º 0.99% 0.73% -
XYZ 23.48 11.74 19.12 -
YUV 70.28 156.63 209.82 -
System Red Green Blue C M Y K H S L
Decimal 185 2 121 0 0.99 0.35 0.27 320.98 0.98 0.37
Hex B9 2 79 0 63 23 1B 141 62 25
Octal 271 2 171 0 143 43 33 501 142 45
Binary 10111001 10 1111001 0 1100011 100011 11011 101000001 1100010 100101

Color Harmonies of #B90279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90279

Black with #B90279

Text Example


Text Example

White with #B90279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90279; }

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

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

background-color css

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

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

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

border-color css

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

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

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