Html Css Color HEX #B90C77 Medium Violet Red

📋 copy color: '#B90C77'

red 185 ◦ green 12 ◦ blue 119

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

Shades of Medium Violet Red #B90C77

Tints of Medium Violet Red #B90C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 58.54%
G = 3.8%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B90C77 (or 0xB90C77) is known color: Medium Violet Red. HEX triplet: B9, 0C and 77. RGB value is (185,12,119). Sum of RGB (Red+Green+Blue) = 185+12+119=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C77 is #46F388. Grayscale: #4B4B4B. Windows color (decimal): -4649865 or 7802041. OLE color: 7802041.

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

Color convert

RGB 185 12 119 -
CMYK 0 0.94 0.36 0.27
HSL 322.89º 0.88% 0.39% -
HSV(B) 322.89º 0.94% 0.73% -
XYZ 23.47 11.91 18.51 -
YUV 75.93 152.31 205.8 -
System Red Green Blue C M Y K H S L
Decimal 185 12 119 0 0.94 0.36 0.27 322.89 0.88 0.39
Hex B9 C 77 0 5E 24 1B 143 58 27
Octal 271 14 167 0 136 44 33 503 130 47
Binary 10111001 1100 1110111 0 1011110 100100 11011 101000011 1011000 100111

Color Harmonies of #B90C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C77

Black with #B90C77

Text Example


Text Example

White with #B90C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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