Html Css Color HEX #B93D80 Medium Red Violet

📋 copy color: '#B93D80'

red 185 ◦ green 61 ◦ blue 128

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

Shades of Medium Red Violet #B93D80

Tints of Medium Red Violet #B93D80

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.31%

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

R = 49.47%
G = 16.31%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B93D80 (or 0xB93D80) is known color: Medium Red Violet. HEX triplet: B9, 3D and 80. RGB value is (185,61,128). Sum of RGB (Red+Green+Blue) = 185+61+128=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93D80 is #46C27F. Grayscale: #696969. Windows color (decimal): -4637312 or 8404409. OLE color: 8404409.

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

Color convert

RGB 185 61 128 -
CMYK 0 0.67 0.31 0.27
HSL 327.58º 0.5% 0.48% -
HSV(B) 327.58º 0.67% 0.73% -
XYZ 25.57 15.21 22.01 -
YUV 105.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 185 61 128 0 0.67 0.31 0.27 327.58 0.5 0.48
Hex B9 3D 80 0 43 1F 1B 148 32 30
Octal 271 75 200 0 103 37 33 510 62 60
Binary 10111001 111101 10000000 0 1000011 11111 11011 101001000 110010 110000

Color Harmonies of #B93D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D80

Black with #B93D80

Text Example


Text Example

White with #B93D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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