Html Css Color HEX #B92477 Medium Red Violet

📋 copy color: '#B92477'

red 185 ◦ green 36 ◦ blue 119

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

Shades of Medium Red Violet #B92477

Tints of Medium Red Violet #B92477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

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

R = 54.41%
G = 10.59%
B = 35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B92477 (or 0xB92477) is known color: Medium Red Violet. HEX triplet: B9, 24 and 77. RGB value is (185,36,119). Sum of RGB (Red+Green+Blue) = 185+36+119=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B92477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92477 is #46DB88. Grayscale: #595959. Windows color (decimal): -4643721 or 7808185. OLE color: 7808185.

HSL color Cylindrical-coordinate representation of color #B92477: hue angle of 326.58º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92477 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 36 119 -
CMYK 0 0.81 0.36 0.27
HSL 326.58º 0.67% 0.43% -
HSV(B) 326.58º 0.81% 0.73% -
XYZ 23.97 12.91 18.68 -
YUV 90.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 185 36 119 0 0.81 0.36 0.27 326.58 0.67 0.43
Hex B9 24 77 0 51 24 1B 147 43 2B
Octal 271 44 167 0 121 44 33 507 103 53
Binary 10111001 100100 1110111 0 1010001 100100 11011 101000111 1000011 101011

Color Harmonies of #B92477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92477

Black with #B92477

Text Example


Text Example

White with #B92477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92477; }

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

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

background-color css

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

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

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

border-color css

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

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

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