Html Css Color HEX #B93792 Medium Red Violet

📋 copy color: '#B93792'

red 185 ◦ green 55 ◦ blue 146

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

Shades of Medium Red Violet #B93792

Tints of Medium Red Violet #B93792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.25%

 BLUE value IS 146 (57.42% from 255) = 37.82%

R = 47.93%
G = 14.25%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B93792 (or 0xB93792) is known color: Medium Red Violet. HEX triplet: B9, 37 and 92. RGB value is (185,55,146). Sum of RGB (Red+Green+Blue) = 185+55+146=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B93792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93792 is #46C86D. Grayscale: #686868. Windows color (decimal): -4638830 or 9582521. OLE color: 9582521.

HSL color Cylindrical-coordinate representation of color #B93792: hue angle of 318º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93792 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 146 -
CMYK 0 0.70 0.21 0.27
HSL 318º 0.54% 0.47% -
HSV(B) 318º 0.7% 0.73% -
XYZ 26.56 15.12 28.71 -
YUV 104.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 185 55 146 0 0.70 0.21 0.27 318 0.54 0.47
Hex B9 37 92 0 46 15 1B 13E 36 2F
Octal 271 67 222 0 106 25 33 476 66 57
Binary 10111001 110111 10010010 0 1000110 10101 11011 100111110 110110 101111

Color Harmonies of #B93792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93792

Black with #B93792

Text Example


Text Example

White with #B93792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93792; }

 p { color: rgb(185,55,146); }

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

background-color css

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

 a { background-color: rgb(185,55,146); }

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

border-color css

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

 span { border-color: rgb(185,55,146); }

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