Html Css Color HEX #B93980 Medium Red Violet

📋 copy color: '#B93980'

red 185 ◦ green 57 ◦ blue 128

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

Shades of Medium Red Violet #B93980

Tints of Medium Red Violet #B93980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.41%

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

R = 50%
G = 15.41%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B93980 (or 0xB93980) is known color: Medium Red Violet. HEX triplet: B9, 39 and 80. RGB value is (185,57,128). Sum of RGB (Red+Green+Blue) = 185+57+128=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B93980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93980 is #46C67F. Grayscale: #676767. Windows color (decimal): -4638336 or 8403385. OLE color: 8403385.

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

Color convert

RGB 185 57 128 -
CMYK 0 0.69 0.31 0.27
HSL 326.72º 0.53% 0.47% -
HSV(B) 326.72º 0.69% 0.73% -
XYZ 25.37 14.8 21.94 -
YUV 103.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 185 57 128 0 0.69 0.31 0.27 326.72 0.53 0.47
Hex B9 39 80 0 45 1F 1B 147 35 2F
Octal 271 71 200 0 105 37 33 507 65 57
Binary 10111001 111001 10000000 0 1000101 11111 11011 101000111 110101 101111

Color Harmonies of #B93980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93980

Black with #B93980

Text Example


Text Example

White with #B93980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93980; }

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

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

background-color css

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

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

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

border-color css

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

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

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