Html Css Color HEX #B93886 Medium Red Violet

📋 copy color: '#B93886'

red 185 ◦ green 56 ◦ blue 134

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

Shades of Medium Red Violet #B93886

Tints of Medium Red Violet #B93886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.93%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 49.33%
G = 14.93%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B93886 (or 0xB93886) is known color: Medium Red Violet. HEX triplet: B9, 38 and 86. RGB value is (185,56,134). Sum of RGB (Red+Green+Blue) = 185+56+134=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B93886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93886 is #46C779. Grayscale: #676767. Windows color (decimal): -4638586 or 8796345. OLE color: 8796345.

HSL color Cylindrical-coordinate representation of color #B93886: hue angle of 323.72º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93886 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 56 134 -
CMYK 0 0.70 0.28 0.27
HSL 323.72º 0.54% 0.47% -
HSV(B) 323.72º 0.7% 0.73% -
XYZ 25.72 14.86 24.07 -
YUV 103.46 145.24 186.16 -
System Red Green Blue C M Y K H S L
Decimal 185 56 134 0 0.70 0.28 0.27 323.72 0.54 0.47
Hex B9 38 86 0 46 1C 1B 144 36 2F
Octal 271 70 206 0 106 34 33 504 66 57
Binary 10111001 111000 10000110 0 1000110 11100 11011 101000100 110110 101111

Color Harmonies of #B93886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93886

Black with #B93886

Text Example


Text Example

White with #B93886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93886; }

 p { color: rgb(185,56,134); }

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

background-color css

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

 a { background-color: rgb(185,56,134); }

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

border-color css

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

 span { border-color: rgb(185,56,134); }

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