#B301BF

Color #B301BF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B301BF

Tints of Deep Magenta #B301BF

Color information

#B301BF (or 0xB301BF) is unknown color: approx Deep Magenta. HEX triplet: B3, 01 and BF. RGB value is (179,1,191). Sum of RGB (Red+Green+Blue) = 179+1+191=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #B301BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301BF is #4CFE40. Grayscale: #4B4B4B. Windows color (decimal): -5045825 or 12517811. OLE color: 12517811.

HSL color Cylindrical-coordinate representation of color #B301BF: hue angle of 296.21º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B301BF is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1791191-
CMYK0.060.9900.25
HSL296.21º98.96%37.65%-
HSV(B)296.21º99.48%74.9%-
XYZ28.0113.3750.39-
YUV75.88192.97201.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 191 (75% from 255) = 51.48%
R=48.25%
G=0.27%
B=51.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17911910.060.9900.25296.2198.9637.65
HexB31BF6630191286326
Octal2631277614303145014346
Binary1011001111011111111011000110110011001010001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B301BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B301BF; }

 p { color: rgb(179,1,191); }

 H1.HeaderClassName
 {
   color: #B301BF;
 }
 .AnyTagClassName
 {
   color: #B301BF;
 }
</style>
background-color css

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

 a { background-color: rgb(179,1,191); }

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

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

 span { border-color: rgb(179,1,191); }

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