Html Css Color HEX #B92498 Medium Red Violet

📋 copy color: '#B92498'

red 185 ◦ green 36 ◦ blue 152

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

Shades of Medium Red Violet #B92498

Tints of Medium Red Violet #B92498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.75%

R = 49.6%
G = 9.65%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B92498 (or 0xB92498) is known color: Medium Red Violet. HEX triplet: B9, 24 and 98. RGB value is (185,36,152). Sum of RGB (Red+Green+Blue) = 185+36+152=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B92498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92498 is #46DB67. Grayscale: #5D5D5D. Windows color (decimal): -4643688 or 9970873. OLE color: 9970873.

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

Color convert

RGB 185 36 152 -
CMYK 0 0.81 0.18 0.27
HSL 313.29º 0.67% 0.43% -
HSV(B) 313.29º 0.81% 0.73% -
XYZ 26.31 13.84 30.99 -
YUV 93.78 160.86 193.07 -
System Red Green Blue C M Y K H S L
Decimal 185 36 152 0 0.81 0.18 0.27 313.29 0.67 0.43
Hex B9 24 98 0 51 12 1B 139 43 2B
Octal 271 44 230 0 121 22 33 471 103 53
Binary 10111001 100100 10011000 0 1010001 10010 11011 100111001 1000011 101011

Color Harmonies of #B92498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92498

Black with #B92498

Text Example


Text Example

White with #B92498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92498; }

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

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

background-color css

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

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

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

border-color css

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

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

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