Html Css Color HEX #B93575 Medium Red Violet

📋 copy color: '#B93575'

red 185 ◦ green 53 ◦ blue 117

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

Shades of Medium Red Violet #B93575

Tints of Medium Red Violet #B93575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 52.11%
G = 14.93%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B93575 (or 0xB93575) is known color: Medium Red Violet. HEX triplet: B9, 35 and 75. RGB value is (185,53,117). Sum of RGB (Red+Green+Blue) = 185+53+117=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B93575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93575 is #46CA8A. Grayscale: #636363. Windows color (decimal): -4639371 or 7681465. OLE color: 7681465.

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

Color convert

RGB 185 53 117 -
CMYK 0 0.71 0.37 0.27
HSL 330.91º 0.55% 0.47% -
HSV(B) 330.91º 0.71% 0.73% -
XYZ 24.49 14.14 18.27 -
YUV 99.76 137.73 188.8 -
System Red Green Blue C M Y K H S L
Decimal 185 53 117 0 0.71 0.37 0.27 330.91 0.55 0.47
Hex B9 35 75 0 47 25 1B 14B 37 2F
Octal 271 65 165 0 107 45 33 513 67 57
Binary 10111001 110101 1110101 0 1000111 100101 11011 101001011 110111 101111

Color Harmonies of #B93575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93575

Black with #B93575

Text Example


Text Example

White with #B93575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93575; }

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

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

background-color css

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

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

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

border-color css

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

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

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