Html Css Color HEX #B30679 Medium Violet Red

📋 copy color: '#B30679'

red 179 ◦ green 6 ◦ blue 121

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

Shades of Medium Violet Red #B30679

Tints of Medium Violet Red #B30679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

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

R = 58.5%
G = 1.96%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B30679 (or 0xB30679) is known color: Medium Violet Red. HEX triplet: B3, 06 and 79. RGB value is (179,6,121). Sum of RGB (Red+Green+Blue) = 179+6+121=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B30679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30679 is #4CF986. Grayscale: #464646. Windows color (decimal): -5044615 or 7931571. OLE color: 7931571.

HSL color Cylindrical-coordinate representation of color #B30679: hue angle of 320.12º degrees, saturation: 0.94, 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 #B30679 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 6 121 -
CMYK 0 0.97 0.32 0.30
HSL 320.12º 0.94% 0.36% -
HSV(B) 320.12º 0.97% 0.7% -
XYZ 22.11 11.09 19.07 -
YUV 70.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 179 6 121 0 0.97 0.32 0.30 320.12 0.94 0.36
Hex B3 6 79 0 61 20 1E 140 5E 24
Octal 263 6 171 0 141 40 36 500 136 44
Binary 10110011 110 1111001 0 1100001 100000 11110 101000000 1011110 100100

Color Harmonies of #B30679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30679

Black with #B30679

Text Example


Text Example

White with #B30679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30679; }

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

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

background-color css

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

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

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

border-color css

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

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

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