#B10BB3

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

Shades of Deep Magenta #B10BB3

Tints of Deep Magenta #B10BB3

Color information

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

HSL color Cylindrical-coordinate representation of color #B10BB3: hue angle of 299.29º 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 #B10BB3 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17711179-
CMYK0.010.9400.30
HSL299.29º88.42%37.25%-
HSV(B)299.29º93.85%70.2%-
XYZ26.3912.8443.74-
YUV79.79184197.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177111790.010.9400.30299.2988.4237.25
HexB1BB315E01E12b5825
Octal26113263113603645313045
Binary10110001101110110011110111100111101001010111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10BB3; }

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

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

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

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

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

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

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

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