Html Css Color HEX #B30080 Medium Violet Red

📋 copy color: '#B30080'

red 179 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #B30080

Tints of Medium Violet Red #B30080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.31%
G = 0%
B = 41.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B30080 (or 0xB30080) is known color: Medium Violet Red. HEX triplet: B3, 00 and 80. RGB value is (179,0,128). Sum of RGB (Red+Green+Blue) = 179+0+128=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B30080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30080 is #4CFF7F. Grayscale: #434343. Windows color (decimal): -5046144 or 8388787. OLE color: 8388787.

HSL color Cylindrical-coordinate representation of color #B30080: hue angle of 317.09º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30080 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 128 -
CMYK 0 1 0.28 0.30
HSL 317.1º 1% 0.35% -
HSV(B) 317.1º 1% 0.7% -
XYZ 22.49 11.14 21.39 -
YUV 68.11 161.8 207.09 -
System Red Green Blue C M Y K H S L
Decimal 179 0 128 0 1 0.28 0.30 317.1 1 0.35
Hex B3 0 80 0 64 1C 1E 13D 64 23
Octal 263 0 200 0 144 34 36 475 144 43
Binary 10110011 0 10000000 0 1100100 11100 11110 100111101 1100100 100011

Color Harmonies of #B30080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30080

Black with #B30080

Text Example


Text Example

White with #B30080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30080; }

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

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

background-color css

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

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

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

border-color css

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

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

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