Html Css Color HEX #B30780 Medium Violet Red

📋 copy color: '#B30780'

red 179 ◦ green 7 ◦ blue 128

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

Shades of Medium Violet Red #B30780

Tints of Medium Violet Red #B30780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 57.01%
G = 2.23%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B30780 (or 0xB30780) is known color: Medium Violet Red. HEX triplet: B3, 07 and 80. RGB value is (179,7,128). Sum of RGB (Red+Green+Blue) = 179+7+128=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B30780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30780 is #4CF87F. Grayscale: #474747. Windows color (decimal): -5044352 or 8390579. OLE color: 8390579.

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

Color convert

RGB 179 7 128 -
CMYK 0 0.96 0.28 0.30
HSL 317.79º 0.92% 0.36% -
HSV(B) 317.79º 0.96% 0.7% -
XYZ 22.56 11.29 21.41 -
YUV 72.22 159.48 204.16 -
System Red Green Blue C M Y K H S L
Decimal 179 7 128 0 0.96 0.28 0.30 317.79 0.92 0.36
Hex B3 7 80 0 60 1C 1E 13E 5C 24
Octal 263 7 200 0 140 34 36 476 134 44
Binary 10110011 111 10000000 0 1100000 11100 11110 100111110 1011100 100100

Color Harmonies of #B30780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30780

Black with #B30780

Text Example


Text Example

White with #B30780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30780; }

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

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

background-color css

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

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

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

border-color css

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

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

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