#B61BB2

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

Shades of Deep Magenta #B61BB2

Tints of Deep Magenta #B61BB2

Color information

#B61BB2 (or 0xB61BB2) is unknown color: approx Deep Magenta. HEX triplet: B6, 1B and B2. RGB value is (182,27,178). Sum of RGB (Red+Green+Blue) = 182+27+178=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B61BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61BB2 is #49E44D. Grayscale: #5A5A5A. Windows color (decimal): -4842574 or 11672502. OLE color: 11672502.

HSL color Cylindrical-coordinate representation of color #B61BB2: hue angle of 301.55º 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 #B61BB2 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18227178-
CMYK00.850.020.29
HSL301.55º74.16%40.98%-
HSV(B)301.55º85.16%71.37%-
XYZ27.7213.9443.35-
YUV90.56177.35193.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 27 (10.94% from 255) = 6.98%
BLUE value IS 178 (69.92% from 255) = 45.99%
R=47.03%
G=6.98%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822717800.850.020.29301.5574.1640.98
HexB61BB205521D12e4a29
Octal26633262012523545611251
Binary1011011011011101100100101010110111011001011101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61BB2; }

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

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

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

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

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

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

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

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