#B30BB1

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

Shades of Deep Magenta #B30BB1

Tints of Deep Magenta #B30BB1

Color information

#B30BB1 (or 0xB30BB1) is unknown color: approx Deep Magenta. HEX triplet: B3, 0B and B1. RGB value is (179,11,177). Sum of RGB (Red+Green+Blue) = 179+11+177=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B30BB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30BB1 is #4CF44E. Grayscale: #4F4F4F. Windows color (decimal): -5043279 or 11602867. OLE color: 11602867.

HSL color Cylindrical-coordinate representation of color #B30BB1: hue angle of 300.71º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30BB1 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17911177-
CMYK00.940.010.30
HSL300.71º88.42%37.25%-
HSV(B)300.71º93.85%70.2%-
XYZ26.651342.7-
YUV80.16182.66198.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 11 (4.69% from 255) = 3.00%
BLUE value IS 177 (69.53% from 255) = 48.23%
R=48.77%
G=3.00%
B=48.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791117700.940.010.30300.7188.4237.25
HexB3BB105E11E12d5825
Octal26313261013613645513045
Binary10110011101110110001010111101111101001011011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30BB1; }

 p { color: rgb(179,11,177); }

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

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

 a { background-color: rgb(179,11,177); }

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

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

 span { border-color: rgb(179,11,177); }

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