Html Css Color HEX #B93880 Medium Red Violet

📋 copy color: '#B93880'

red 185 ◦ green 56 ◦ blue 128

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

Shades of Medium Red Violet #B93880

Tints of Medium Red Violet #B93880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.18%

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

R = 50.14%
G = 15.18%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B93880 (or 0xB93880) is known color: Medium Red Violet. HEX triplet: B9, 38 and 80. RGB value is (185,56,128). Sum of RGB (Red+Green+Blue) = 185+56+128=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B93880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93880 is #46C77F. Grayscale: #666666. Windows color (decimal): -4638592 or 8403129. OLE color: 8403129.

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

Color convert

RGB 185 56 128 -
CMYK 0 0.70 0.31 0.27
HSL 326.51º 0.54% 0.47% -
HSV(B) 326.51º 0.7% 0.73% -
XYZ 25.32 14.7 21.93 -
YUV 102.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 185 56 128 0 0.70 0.31 0.27 326.51 0.54 0.47
Hex B9 38 80 0 46 1F 1B 147 36 2F
Octal 271 70 200 0 106 37 33 507 66 57
Binary 10111001 111000 10000000 0 1000110 11111 11011 101000111 110110 101111

Color Harmonies of #B93880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93880

Black with #B93880

Text Example


Text Example

White with #B93880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93880; }

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

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

background-color css

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

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

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

border-color css

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

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

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