#B61BB1

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

Shades of Deep Magenta #B61BB1

Tints of Deep Magenta #B61BB1

Color information

#B61BB1 (or 0xB61BB1) is unknown color: approx Deep Magenta. HEX triplet: B6, 1B and B1. RGB value is (182,27,177). Sum of RGB (Red+Green+Blue) = 182+27+177=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B61BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61BB1 is #49E44E. Grayscale: #5A5A5A. Windows color (decimal): -4842575 or 11606966. OLE color: 11606966.

HSL color Cylindrical-coordinate representation of color #B61BB1: hue angle of 301.94º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61BB1 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18227177-
CMYK00.850.030.29
HSL301.94º74.16%40.98%-
HSV(B)301.94º85.16%71.37%-
XYZ27.6213.942.82-
YUV90.44176.85193.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 27 (10.94% from 255) = 6.99%
BLUE value IS 177 (69.53% from 255) = 45.85%
R=47.15%
G=6.99%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822717700.850.030.29301.9474.1640.98
HexB61BB105531D12e4a29
Octal26633261012533545611251
Binary1011011011011101100010101010111111011001011101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61BB1; }

 p { color: rgb(182,27,177); }

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

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

 a { background-color: rgb(182,27,177); }

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

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

 span { border-color: rgb(182,27,177); }

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