Html Css Color HEX #B93586 Medium Red Violet

📋 copy color: '#B93586'

red 185 ◦ green 53 ◦ blue 134

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

Shades of Medium Red Violet #B93586

Tints of Medium Red Violet #B93586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.25%

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

R = 49.73%
G = 14.25%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B93586 (or 0xB93586) is known color: Medium Red Violet. HEX triplet: B9, 35 and 86. RGB value is (185,53,134). Sum of RGB (Red+Green+Blue) = 185+53+134=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B93586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93586 is #46CA79. Grayscale: #656565. Windows color (decimal): -4639354 or 8795577. OLE color: 8795577.

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

Color convert

RGB 185 53 134 -
CMYK 0 0.71 0.28 0.27
HSL 323.18º 0.55% 0.47% -
HSV(B) 323.18º 0.71% 0.73% -
XYZ 25.58 14.58 24.02 -
YUV 101.7 146.23 187.41 -
System Red Green Blue C M Y K H S L
Decimal 185 53 134 0 0.71 0.28 0.27 323.18 0.55 0.47
Hex B9 35 86 0 47 1C 1B 143 37 2F
Octal 271 65 206 0 107 34 33 503 67 57
Binary 10111001 110101 10000110 0 1000111 11100 11011 101000011 110111 101111

Color Harmonies of #B93586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93586

Black with #B93586

Text Example


Text Example

White with #B93586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93586; }

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

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

background-color css

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

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

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

border-color css

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

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

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