Html Css Color HEX #B90C7F Medium Violet Red

📋 copy color: '#B90C7F'

red 185 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #B90C7F

Tints of Medium Violet Red #B90C7F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.7%

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

R = 57.1%
G = 3.7%
B = 39.2%

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

#B90C7F (or 0xB90C7F) is known color: Medium Violet Red. HEX triplet: B9, 0C and 7F. RGB value is (185,12,127). Sum of RGB (Red+Green+Blue) = 185+12+127=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C7F is #46F380. Grayscale: #4C4C4C. Windows color (decimal): -4649857 or 8326329. OLE color: 8326329.

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

Color convert

RGB 185 12 127 -
CMYK 0 0.94 0.31 0.27
HSL 320.12º 0.88% 0.39% -
HSV(B) 320.12º 0.94% 0.73% -
XYZ 23.97 12.11 21.15 -
YUV 76.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 185 12 127 0 0.94 0.31 0.27 320.12 0.88 0.39
Hex B9 C 7F 0 5E 1F 1B 140 58 27
Octal 271 14 177 0 136 37 33 500 130 47
Binary 10111001 1100 1111111 0 1011110 11111 11011 101000000 1011000 100111

Color Harmonies of #B90C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C7F

Black with #B90C7F

Text Example


Text Example

White with #B90C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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