Html Css Color HEX #B30280 Medium Violet Red

📋 copy color: '#B30280'

red 179 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #B30280

Tints of Medium Violet Red #B30280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 57.93%
G = 0.65%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B30280 (or 0xB30280) is known color: Medium Violet Red. HEX triplet: B3, 02 and 80. RGB value is (179,2,128). Sum of RGB (Red+Green+Blue) = 179+2+128=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B30280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30280 is #4CFD7F. Grayscale: #444444. Windows color (decimal): -5045632 or 8389299. OLE color: 8389299.

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

Color convert

RGB 179 2 128 -
CMYK 0 0.99 0.28 0.30
HSL 317.29º 0.98% 0.35% -
HSV(B) 317.29º 0.99% 0.7% -
XYZ 22.51 11.19 21.39 -
YUV 69.29 161.14 206.25 -
System Red Green Blue C M Y K H S L
Decimal 179 2 128 0 0.99 0.28 0.30 317.29 0.98 0.35
Hex B3 2 80 0 63 1C 1E 13D 62 23
Octal 263 2 200 0 143 34 36 475 142 43
Binary 10110011 10 10000000 0 1100011 11100 11110 100111101 1100010 100011

Color Harmonies of #B30280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30280

Black with #B30280

Text Example


Text Example

White with #B30280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30280; }

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

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

background-color css

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

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

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

border-color css

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

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

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