Html Css Color HEX #B93C92 Medium Red Violet

📋 copy color: '#B93C92'

red 185 ◦ green 60 ◦ blue 146

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

Shades of Medium Red Violet #B93C92

Tints of Medium Red Violet #B93C92

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.35%

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

R = 47.31%
G = 15.35%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B93C92 (or 0xB93C92) is known color: Medium Red Violet. HEX triplet: B9, 3C and 92. RGB value is (185,60,146). Sum of RGB (Red+Green+Blue) = 185+60+146=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93C92 is #46C36D. Grayscale: #6A6A6A. Windows color (decimal): -4637550 or 9583801. OLE color: 9583801.

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

Color convert

RGB 185 60 146 -
CMYK 0 0.68 0.21 0.27
HSL 318.72º 0.51% 0.48% -
HSV(B) 318.72º 0.68% 0.73% -
XYZ 26.81 15.62 28.8 -
YUV 107.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 185 60 146 0 0.68 0.21 0.27 318.72 0.51 0.48
Hex B9 3C 92 0 44 15 1B 13F 33 30
Octal 271 74 222 0 104 25 33 477 63 60
Binary 10111001 111100 10010010 0 1000100 10101 11011 100111111 110011 110000

Color Harmonies of #B93C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C92

Black with #B93C92

Text Example


Text Example

White with #B93C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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