Html Css Color HEX #B30979 Medium Violet Red

📋 copy color: '#B30979'

red 179 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #B30979

Tints of Medium Violet Red #B30979

RGB

 RED value IS 179 (70.31% from 255) = 57.93%

 GREEN value IS 9 (3.91% from 255) = 2.91%

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

R = 57.93%
G = 2.91%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B30979 (or 0xB30979) is known color: Medium Violet Red. HEX triplet: B3, 09 and 79. RGB value is (179,9,121). Sum of RGB (Red+Green+Blue) = 179+9+121=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B30979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30979 is #4CF686. Grayscale: #484848. Windows color (decimal): -5043847 or 7932339. OLE color: 7932339.

HSL color Cylindrical-coordinate representation of color #B30979: hue angle of 320.47º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30979 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 9 121 -
CMYK 0 0.95 0.32 0.30
HSL 320.47º 0.9% 0.37% -
HSV(B) 320.47º 0.95% 0.7% -
XYZ 22.14 11.16 19.08 -
YUV 72.6 155.32 203.89 -
System Red Green Blue C M Y K H S L
Decimal 179 9 121 0 0.95 0.32 0.30 320.47 0.9 0.37
Hex B3 9 79 0 5F 20 1E 140 5A 25
Octal 263 11 171 0 137 40 36 500 132 45
Binary 10110011 1001 1111001 0 1011111 100000 11110 101000000 1011010 100101

Color Harmonies of #B30979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30979

Black with #B30979

Text Example


Text Example

White with #B30979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30979; }

 p { color: rgb(179,9,121); }

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

background-color css

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

 a { background-color: rgb(179,9,121); }

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

border-color css

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

 span { border-color: rgb(179,9,121); }

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