Html Css Color HEX #B30577 Medium Violet Red

📋 copy color: '#B30577'

red 179 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #B30577

Tints of Medium Violet Red #B30577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.65%

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 59.08%
G = 1.65%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B30577 (or 0xB30577) is known color: Medium Violet Red. HEX triplet: B3, 05 and 77. RGB value is (179,5,119). Sum of RGB (Red+Green+Blue) = 179+5+119=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B30577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30577 is #4CFA88. Grayscale: #454545. Windows color (decimal): -5044873 or 7800243. OLE color: 7800243.

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

Color convert

RGB 179 5 119 -
CMYK 0 0.97 0.34 0.30
HSL 320.69º 0.95% 0.36% -
HSV(B) 320.69º 0.97% 0.7% -
XYZ 21.97 11.02 18.42 -
YUV 70.02 155.65 205.73 -
System Red Green Blue C M Y K H S L
Decimal 179 5 119 0 0.97 0.34 0.30 320.69 0.95 0.36
Hex B3 5 77 0 61 22 1E 141 5F 24
Octal 263 5 167 0 141 42 36 501 137 44
Binary 10110011 101 1110111 0 1100001 100010 11110 101000001 1011111 100100

Color Harmonies of #B30577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30577

Black with #B30577

Text Example


Text Example

White with #B30577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30577; }

 p { color: rgb(179,5,119); }

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

background-color css

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

 a { background-color: rgb(179,5,119); }

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

border-color css

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

 span { border-color: rgb(179,5,119); }

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