Html Css Color HEX #B30179 Medium Violet Red

📋 copy color: '#B30179'

red 179 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #B30179

Tints of Medium Violet Red #B30179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 59.47%
G = 0.33%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B30179 (or 0xB30179) is known color: Medium Violet Red. HEX triplet: B3, 01 and 79. RGB value is (179,1,121). Sum of RGB (Red+Green+Blue) = 179+1+121=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B30179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30179 is #4CFE86. Grayscale: #434343. Windows color (decimal): -5045895 or 7930291. OLE color: 7930291.

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

Color convert

RGB 179 1 121 -
CMYK 0 0.99 0.32 0.30
HSL 319.55º 0.99% 0.35% -
HSV(B) 319.55º 0.99% 0.7% -
XYZ 22.05 10.99 19.05 -
YUV 67.9 157.97 207.24 -
System Red Green Blue C M Y K H S L
Decimal 179 1 121 0 0.99 0.32 0.30 319.55 0.99 0.35
Hex B3 1 79 0 63 20 1E 140 63 23
Octal 263 1 171 0 143 40 36 500 143 43
Binary 10110011 1 1111001 0 1100011 100000 11110 101000000 1100011 100011

Color Harmonies of #B30179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30179

Black with #B30179

Text Example


Text Example

White with #B30179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30179; }

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

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

background-color css

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

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

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

border-color css

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

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

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