Html Css Color HEX #B93479 Medium Red Violet

📋 copy color: '#B93479'

red 185 ◦ green 52 ◦ blue 121

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

Shades of Medium Red Violet #B93479

Tints of Medium Red Violet #B93479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 51.68%
G = 14.53%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B93479 (or 0xB93479) is known color: Medium Red Violet. HEX triplet: B9, 34 and 79. RGB value is (185,52,121). Sum of RGB (Red+Green+Blue) = 185+52+121=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B93479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93479 is #46CB86. Grayscale: #636363. Windows color (decimal): -4639623 or 7943353. OLE color: 7943353.

HSL color Cylindrical-coordinate representation of color #B93479: hue angle of 328.87º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93479 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 121 -
CMYK 0 0.72 0.35 0.27
HSL 328.87º 0.56% 0.46% -
HSV(B) 328.87º 0.72% 0.73% -
XYZ 24.69 14.15 19.52 -
YUV 99.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 185 52 121 0 0.72 0.35 0.27 328.87 0.56 0.46
Hex B9 34 79 0 48 23 1B 149 38 2E
Octal 271 64 171 0 110 43 33 511 70 56
Binary 10111001 110100 1111001 0 1001000 100011 11011 101001001 111000 101110

Color Harmonies of #B93479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93479

Black with #B93479

Text Example


Text Example

White with #B93479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93479; }

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

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

background-color css

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

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

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

border-color css

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

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

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