Html Css Color HEX #B93580 Medium Red Violet

📋 copy color: '#B93580'

red 185 ◦ green 53 ◦ blue 128

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

Shades of Medium Red Violet #B93580

Tints of Medium Red Violet #B93580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 50.55%
G = 14.48%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B93580 (or 0xB93580) is known color: Medium Red Violet. HEX triplet: B9, 35 and 80. RGB value is (185,53,128). Sum of RGB (Red+Green+Blue) = 185+53+128=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B93580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93580 is #46CA7F. Grayscale: #646464. Windows color (decimal): -4639360 or 8402361. OLE color: 8402361.

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

Color convert

RGB 185 53 128 -
CMYK 0 0.71 0.31 0.27
HSL 325.91º 0.55% 0.47% -
HSV(B) 325.91º 0.71% 0.73% -
XYZ 25.18 14.42 21.88 -
YUV 101.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 185 53 128 0 0.71 0.31 0.27 325.91 0.55 0.47
Hex B9 35 80 0 47 1F 1B 146 37 2F
Octal 271 65 200 0 107 37 33 506 67 57
Binary 10111001 110101 10000000 0 1000111 11111 11011 101000110 110111 101111

Color Harmonies of #B93580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93580

Black with #B93580

Text Example


Text Example

White with #B93580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93580; }

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

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

background-color css

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

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

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

border-color css

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

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

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