Html Css Color HEX #B93293 Medium Red Violet

📋 copy color: '#B93293'

red 185 ◦ green 50 ◦ blue 147

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

Shades of Medium Red Violet #B93293

Tints of Medium Red Violet #B93293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.09%

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 48.43%
G = 13.09%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B93293 (or 0xB93293) is known color: Medium Red Violet. HEX triplet: B9, 32 and 93. RGB value is (185,50,147). Sum of RGB (Red+Green+Blue) = 185+50+147=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B93293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93293 is #46CD6C. Grayscale: #656565. Windows color (decimal): -4640109 or 9646777. OLE color: 9646777.

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

Color convert

RGB 185 50 147 -
CMYK 0 0.73 0.21 0.27
HSL 316.89º 0.57% 0.46% -
HSV(B) 316.89º 0.73% 0.73% -
XYZ 26.41 14.7 29.05 -
YUV 101.42 153.73 187.61 -
System Red Green Blue C M Y K H S L
Decimal 185 50 147 0 0.73 0.21 0.27 316.89 0.57 0.46
Hex B9 32 93 0 49 15 1B 13D 39 2E
Octal 271 62 223 0 111 25 33 475 71 56
Binary 10111001 110010 10010011 0 1001001 10101 11011 100111101 111001 101110

Color Harmonies of #B93293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93293

Black with #B93293

Text Example


Text Example

White with #B93293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93293; }

 p { color: rgb(185,50,147); }

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

background-color css

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

 a { background-color: rgb(185,50,147); }

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

border-color css

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

 span { border-color: rgb(185,50,147); }

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