Html Css Color HEX #B93493 Medium Red Violet

📋 copy color: '#B93493'

red 185 ◦ green 52 ◦ blue 147

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

Shades of Medium Red Violet #B93493

Tints of Medium Red Violet #B93493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.54%

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

R = 48.18%
G = 13.54%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B93493 (or 0xB93493) is known color: Medium Red Violet. HEX triplet: B9, 34 and 93. RGB value is (185,52,147). Sum of RGB (Red+Green+Blue) = 185+52+147=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B93493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93493 is #46CB6C. Grayscale: #666666. Windows color (decimal): -4639597 or 9647289. OLE color: 9647289.

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

Color convert

RGB 185 52 147 -
CMYK 0 0.72 0.21 0.27
HSL 317.14º 0.56% 0.46% -
HSV(B) 317.14º 0.72% 0.73% -
XYZ 26.5 14.88 29.08 -
YUV 102.6 153.06 186.78 -
System Red Green Blue C M Y K H S L
Decimal 185 52 147 0 0.72 0.21 0.27 317.14 0.56 0.46
Hex B9 34 93 0 48 15 1B 13D 38 2E
Octal 271 64 223 0 110 25 33 475 70 56
Binary 10111001 110100 10010011 0 1001000 10101 11011 100111101 111000 101110

Color Harmonies of #B93493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93493

Black with #B93493

Text Example


Text Example

White with #B93493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93493; }

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

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

background-color css

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

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

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

border-color css

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

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

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