Html Css Color HEX #B30778 Medium Violet Red

📋 copy color: '#B30778'

red 179 ◦ green 7 ◦ blue 120

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

Shades of Medium Violet Red #B30778

Tints of Medium Violet Red #B30778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.22%

R = 58.5%
G = 2.29%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B30778 (or 0xB30778) is known color: Medium Violet Red. HEX triplet: B3, 07 and 78. RGB value is (179,7,120). Sum of RGB (Red+Green+Blue) = 179+7+120=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B30778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30778 is #4CF887. Grayscale: #474747. Windows color (decimal): -5044360 or 7866291. OLE color: 7866291.

HSL color Cylindrical-coordinate representation of color #B30778: hue angle of 320.58º 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 #B30778 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 120 -
CMYK 0 0.96 0.33 0.30
HSL 320.58º 0.92% 0.36% -
HSV(B) 320.58º 0.96% 0.7% -
XYZ 22.06 11.09 18.75 -
YUV 71.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 179 7 120 0 0.96 0.33 0.30 320.58 0.92 0.36
Hex B3 7 78 0 60 21 1E 141 5C 24
Octal 263 7 170 0 140 41 36 501 134 44
Binary 10110011 111 1111000 0 1100000 100001 11110 101000001 1011100 100100

Color Harmonies of #B30778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30778

Black with #B30778

Text Example


Text Example

White with #B30778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30778; }

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

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

background-color css

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

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

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

border-color css

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

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

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