Html Css Color HEX #B92396 Medium Red Violet

📋 copy color: '#B92396'

red 185 ◦ green 35 ◦ blue 150

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

Shades of Medium Red Violet #B92396

Tints of Medium Red Violet #B92396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.46%

 BLUE value IS 150 (58.98% from 255) = 40.54%

R = 50%
G = 9.46%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B92396 (or 0xB92396) is known color: Medium Red Violet. HEX triplet: B9, 23 and 96. RGB value is (185,35,150). Sum of RGB (Red+Green+Blue) = 185+35+150=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B92396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92396 is #46DC69. Grayscale: #5C5C5C. Windows color (decimal): -4643946 or 9839545. OLE color: 9839545.

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

Color convert

RGB 185 35 150 -
CMYK 0 0.81 0.19 0.27
HSL 314º 0.68% 0.43% -
HSV(B) 314º 0.81% 0.73% -
XYZ 26.11 13.72 30.13 -
YUV 92.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 185 35 150 0 0.81 0.19 0.27 314 0.68 0.43
Hex B9 23 96 0 51 13 1B 13A 44 2B
Octal 271 43 226 0 121 23 33 472 104 53
Binary 10111001 100011 10010110 0 1010001 10011 11011 100111010 1000100 101011

Color Harmonies of #B92396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92396

Black with #B92396

Text Example


Text Example

White with #B92396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92396; }

 p { color: rgb(185,35,150); }

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

background-color css

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

 a { background-color: rgb(185,35,150); }

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

border-color css

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

 span { border-color: rgb(185,35,150); }

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