Html Css Color HEX #B93399 Medium Red Violet

📋 copy color: '#B93399'

red 185 ◦ green 51 ◦ blue 153

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

Shades of Medium Red Violet #B93399

Tints of Medium Red Violet #B93399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

 BLUE value IS 153 (60.16% from 255) = 39.33%

R = 47.56%
G = 13.11%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B93399 (or 0xB93399) is known color: Medium Red Violet. HEX triplet: B9, 33 and 99. RGB value is (185,51,153). Sum of RGB (Red+Green+Blue) = 185+51+153=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B93399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93399 is #46CC66. Grayscale: #666666. Windows color (decimal): -4639847 or 10040249. OLE color: 10040249.

HSL color Cylindrical-coordinate representation of color #B93399: hue angle of 314.33º degrees, saturation: 0.57, 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 #B93399 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 153 -
CMYK 0 0.72 0.17 0.27
HSL 314.33º 0.57% 0.46% -
HSV(B) 314.33º 0.72% 0.73% -
XYZ 26.94 14.98 31.61 -
YUV 102.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 185 51 153 0 0.72 0.17 0.27 314.33 0.57 0.46
Hex B9 33 99 0 48 11 1B 13A 39 2E
Octal 271 63 231 0 110 21 33 472 71 56
Binary 10111001 110011 10011001 0 1001000 10001 11011 100111010 111001 101110

Color Harmonies of #B93399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93399

Black with #B93399

Text Example


Text Example

White with #B93399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93399; }

 p { color: rgb(185,51,153); }

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

background-color css

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

 a { background-color: rgb(185,51,153); }

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

border-color css

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

 span { border-color: rgb(185,51,153); }

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