Html Css Color HEX #B30776 Medium Violet Red

📋 copy color: '#B30776'

red 179 ◦ green 7 ◦ blue 118

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

Shades of Medium Violet Red #B30776

Tints of Medium Violet Red #B30776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 58.88%
G = 2.3%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B30776 (or 0xB30776) is known color: Medium Violet Red. HEX triplet: B3, 07 and 76. RGB value is (179,7,118). Sum of RGB (Red+Green+Blue) = 179+7+118=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B30776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30776 is #4CF889. Grayscale: #464646. Windows color (decimal): -5044362 or 7735219. OLE color: 7735219.

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

Color convert

RGB 179 7 118 -
CMYK 0 0.96 0.34 0.30
HSL 321.28º 0.92% 0.36% -
HSV(B) 321.28º 0.96% 0.7% -
XYZ 21.94 11.04 18.12 -
YUV 71.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 179 7 118 0 0.96 0.34 0.30 321.28 0.92 0.36
Hex B3 7 76 0 60 22 1E 141 5C 24
Octal 263 7 166 0 140 42 36 501 134 44
Binary 10110011 111 1110110 0 1100000 100010 11110 101000001 1011100 100100

Color Harmonies of #B30776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30776

Black with #B30776

Text Example


Text Example

White with #B30776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30776; }

 p { color: rgb(179,7,118); }

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

background-color css

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

 a { background-color: rgb(179,7,118); }

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

border-color css

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

 span { border-color: rgb(179,7,118); }

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