Html Css Color HEX #B30380 Medium Violet Red

📋 copy color: '#B30380'

red 179 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #B30380

Tints of Medium Violet Red #B30380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 57.74%
G = 0.97%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B30380 (or 0xB30380) is known color: Medium Violet Red. HEX triplet: B3, 03 and 80. RGB value is (179,3,128). Sum of RGB (Red+Green+Blue) = 179+3+128=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B30380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30380 is #4CFC7F. Grayscale: #454545. Windows color (decimal): -5045376 or 8389555. OLE color: 8389555.

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

Color convert

RGB 179 3 128 -
CMYK 0 0.98 0.28 0.30
HSL 317.39º 0.97% 0.36% -
HSV(B) 317.39º 0.98% 0.7% -
XYZ 22.52 11.21 21.4 -
YUV 69.87 160.81 205.84 -
System Red Green Blue C M Y K H S L
Decimal 179 3 128 0 0.98 0.28 0.30 317.39 0.97 0.36
Hex B3 3 80 0 62 1C 1E 13D 61 24
Octal 263 3 200 0 142 34 36 475 141 44
Binary 10110011 11 10000000 0 1100010 11100 11110 100111101 1100001 100100

Color Harmonies of #B30380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30380

Black with #B30380

Text Example


Text Example

White with #B30380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30380; }

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

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

background-color css

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

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

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

border-color css

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

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

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