Html Css Color HEX #B93979 Medium Red Violet

📋 copy color: '#B93979'

red 185 ◦ green 57 ◦ blue 121

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

Shades of Medium Red Violet #B93979

Tints of Medium Red Violet #B93979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 50.96%
G = 15.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B93979 (or 0xB93979) is known color: Medium Red Violet. HEX triplet: B9, 39 and 79. RGB value is (185,57,121). Sum of RGB (Red+Green+Blue) = 185+57+121=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B93979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93979 is #46C686. Grayscale: #666666. Windows color (decimal): -4638343 or 7944633. OLE color: 7944633.

HSL color Cylindrical-coordinate representation of color #B93979: hue angle of 330º 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 #B93979 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 121 -
CMYK 0 0.69 0.35 0.27
HSL 330º 0.53% 0.47% -
HSV(B) 330º 0.69% 0.73% -
XYZ 24.92 14.62 19.6 -
YUV 102.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 185 57 121 0 0.69 0.35 0.27 330 0.53 0.47
Hex B9 39 79 0 45 23 1B 14A 35 2F
Octal 271 71 171 0 105 43 33 512 65 57
Binary 10111001 111001 1111001 0 1000101 100011 11011 101001010 110101 101111

Color Harmonies of #B93979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93979

Black with #B93979

Text Example


Text Example

White with #B93979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93979; }

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

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

background-color css

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

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

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

border-color css

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

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

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