Html Css Color HEX #B93587 Medium Red Violet

📋 copy color: '#B93587'

red 185 ◦ green 53 ◦ blue 135

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

Shades of Medium Red Violet #B93587

Tints of Medium Red Violet #B93587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 49.6%
G = 14.21%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B93587 (or 0xB93587) is known color: Medium Red Violet. HEX triplet: B9, 35 and 87. RGB value is (185,53,135). Sum of RGB (Red+Green+Blue) = 185+53+135=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B93587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93587 is #46CA78. Grayscale: #656565. Windows color (decimal): -4639353 or 8861113. OLE color: 8861113.

HSL color Cylindrical-coordinate representation of color #B93587: hue angle of 322.73º 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 #B93587 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 135 -
CMYK 0 0.71 0.27 0.27
HSL 322.73º 0.55% 0.47% -
HSV(B) 322.73º 0.71% 0.73% -
XYZ 25.65 14.61 24.39 -
YUV 101.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 185 53 135 0 0.71 0.27 0.27 322.73 0.55 0.47
Hex B9 35 87 0 47 1B 1B 143 37 2F
Octal 271 65 207 0 107 33 33 503 67 57
Binary 10111001 110101 10000111 0 1000111 11011 11011 101000011 110111 101111

Color Harmonies of #B93587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93587

Black with #B93587

Text Example


Text Example

White with #B93587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93587; }

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

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

background-color css

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

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

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

border-color css

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

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

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