Html Css Color HEX #B90B7F Medium Violet Red

📋 copy color: '#B90B7F'

red 185 ◦ green 11 ◦ blue 127

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

Shades of Medium Violet Red #B90B7F

Tints of Medium Violet Red #B90B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.41%

 BLUE value IS 127 (50% from 255) = 39.32%

R = 57.28%
G = 3.41%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B90B7F (or 0xB90B7F) is known color: Medium Violet Red. HEX triplet: B9, 0B and 7F. RGB value is (185,11,127). Sum of RGB (Red+Green+Blue) = 185+11+127=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90B7F is #46F480. Grayscale: #4B4B4B. Windows color (decimal): -4650113 or 8326073. OLE color: 8326073.

HSL color Cylindrical-coordinate representation of color #B90B7F: hue angle of 320º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90B7F is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 11 127 -
CMYK 0 0.94 0.31 0.27
HSL 320º 0.89% 0.38% -
HSV(B) 320º 0.94% 0.73% -
XYZ 23.96 12.09 21.15 -
YUV 76.25 156.65 205.57 -
System Red Green Blue C M Y K H S L
Decimal 185 11 127 0 0.94 0.31 0.27 320 0.89 0.38
Hex B9 B 7F 0 5E 1F 1B 140 59 26
Octal 271 13 177 0 136 37 33 500 131 46
Binary 10111001 1011 1111111 0 1011110 11111 11011 101000000 1011001 100110

Color Harmonies of #B90B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B7F

Black with #B90B7F

Text Example


Text Example

White with #B90B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B7F; }

 p { color: rgb(185,11,127); }

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

background-color css

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

 a { background-color: rgb(185,11,127); }

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

border-color css

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

 span { border-color: rgb(185,11,127); }

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