Html Css Color HEX #B93E80 Medium Red Violet

📋 copy color: '#B93E80'

red 185 ◦ green 62 ◦ blue 128

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

Shades of Medium Red Violet #B93E80

Tints of Medium Red Violet #B93E80

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.53%

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

R = 49.33%
G = 16.53%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B93E80 (or 0xB93E80) is known color: Medium Red Violet. HEX triplet: B9, 3E and 80. RGB value is (185,62,128). Sum of RGB (Red+Green+Blue) = 185+62+128=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93E80 is #46C17F. Grayscale: #6A6A6A. Windows color (decimal): -4637056 or 8404665. OLE color: 8404665.

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

Color convert

RGB 185 62 128 -
CMYK 0 0.66 0.31 0.27
HSL 327.8º 0.5% 0.48% -
HSV(B) 327.8º 0.66% 0.73% -
XYZ 25.63 15.32 22.03 -
YUV 106.3 140.25 184.13 -
System Red Green Blue C M Y K H S L
Decimal 185 62 128 0 0.66 0.31 0.27 327.8 0.5 0.48
Hex B9 3E 80 0 42 1F 1B 148 32 30
Octal 271 76 200 0 102 37 33 510 62 60
Binary 10111001 111110 10000000 0 1000010 11111 11011 101001000 110010 110000

Color Harmonies of #B93E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E80

Black with #B93E80

Text Example


Text Example

White with #B93E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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