Html Css Color HEX #B92599 Medium Red Violet

📋 copy color: '#B92599'

red 185 ◦ green 37 ◦ blue 153

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

Shades of Medium Red Violet #B92599

Tints of Medium Red Violet #B92599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 49.33%
G = 9.87%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B92599 (or 0xB92599) is known color: Medium Red Violet. HEX triplet: B9, 25 and 99. RGB value is (185,37,153). Sum of RGB (Red+Green+Blue) = 185+37+153=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B92599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92599 is #46DA66. Grayscale: #5E5E5E. Windows color (decimal): -4643431 or 10036665. OLE color: 10036665.

HSL color Cylindrical-coordinate representation of color #B92599: hue angle of 312.97º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92599 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 153 -
CMYK 0 0.80 0.17 0.27
HSL 312.97º 0.67% 0.44% -
HSV(B) 312.97º 0.8% 0.73% -
XYZ 26.42 13.94 31.43 -
YUV 94.48 161.03 192.57 -
System Red Green Blue C M Y K H S L
Decimal 185 37 153 0 0.80 0.17 0.27 312.97 0.67 0.44
Hex B9 25 99 0 50 11 1B 139 43 2C
Octal 271 45 231 0 120 21 33 471 103 54
Binary 10111001 100101 10011001 0 1010000 10001 11011 100111001 1000011 101100

Color Harmonies of #B92599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92599

Black with #B92599

Text Example


Text Example

White with #B92599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92599; }

 p { color: rgb(185,37,153); }

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

background-color css

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

 a { background-color: rgb(185,37,153); }

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

border-color css

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

 span { border-color: rgb(185,37,153); }

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