Html Css Color HEX #B90276 Medium Violet Red

📋 copy color: '#B90276'

red 185 ◦ green 2 ◦ blue 118

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

Shades of Medium Violet Red #B90276

Tints of Medium Violet Red #B90276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 60.66%
G = 0.66%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B90276 (or 0xB90276) is known color: Medium Violet Red. HEX triplet: B9, 02 and 76. RGB value is (185,2,118). Sum of RGB (Red+Green+Blue) = 185+2+118=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B90276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90276 is #46FD89. Grayscale: #454545. Windows color (decimal): -4652426 or 7733945. OLE color: 7733945.

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

Color convert

RGB 185 2 118 -
CMYK 0 0.99 0.36 0.27
HSL 321.97º 0.98% 0.37% -
HSV(B) 321.97º 0.99% 0.73% -
XYZ 23.3 11.67 18.16 -
YUV 69.94 155.13 210.07 -
System Red Green Blue C M Y K H S L
Decimal 185 2 118 0 0.99 0.36 0.27 321.97 0.98 0.37
Hex B9 2 76 0 63 24 1B 142 62 25
Octal 271 2 166 0 143 44 33 502 142 45
Binary 10111001 10 1110110 0 1100011 100100 11011 101000010 1100010 100101

Color Harmonies of #B90276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90276

Black with #B90276

Text Example


Text Example

White with #B90276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90276; }

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

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

background-color css

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

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

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

border-color css

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

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

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