Html Css Color HEX #B93592 Medium Red Violet

📋 copy color: '#B93592'

red 185 ◦ green 53 ◦ blue 146

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

Shades of Medium Red Violet #B93592

Tints of Medium Red Violet #B93592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.8%

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

R = 48.18%
G = 13.8%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B93592 (or 0xB93592) is known color: Medium Red Violet. HEX triplet: B9, 35 and 92. RGB value is (185,53,146). Sum of RGB (Red+Green+Blue) = 185+53+146=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B93592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93592 is #46CA6D. Grayscale: #666666. Windows color (decimal): -4639342 or 9582009. OLE color: 9582009.

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

Color convert

RGB 185 53 146 -
CMYK 0 0.71 0.21 0.27
HSL 317.73º 0.55% 0.47% -
HSV(B) 317.73º 0.71% 0.73% -
XYZ 26.47 14.94 28.68 -
YUV 103.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 185 53 146 0 0.71 0.21 0.27 317.73 0.55 0.47
Hex B9 35 92 0 47 15 1B 13E 37 2F
Octal 271 65 222 0 107 25 33 476 67 57
Binary 10111001 110101 10010010 0 1000111 10101 11011 100111110 110111 101111

Color Harmonies of #B93592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93592

Black with #B93592

Text Example


Text Example

White with #B93592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93592; }

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

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

background-color css

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

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

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

border-color css

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

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

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