#B61DCB

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

Shades of Deep Magenta #B61DCB

Tints of Deep Magenta #B61DCB

Color information

#B61DCB (or 0xB61DCB) is unknown color: approx Deep Magenta. HEX triplet: B6, 1D and CB. RGB value is (182,29,203). Sum of RGB (Red+Green+Blue) = 182+29+203=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #B61DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61DCB is #49E234. Grayscale: #5E5E5E. Windows color (decimal): -4842037 or 13311414. OLE color: 13311414.

HSL color Cylindrical-coordinate representation of color #B61DCB: hue angle of 292.76º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61DCB is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18229203-
CMYK0.100.8600.20
HSL292.76º75%45.49%-
HSV(B)292.76º85.71%79.61%-
XYZ30.5115.1457.81-
YUV94.58189.19190.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 29 (11.72% from 255) = 7.00%
BLUE value IS 203 (79.69% from 255) = 49.03%
R=43.96%
G=7.00%
B=49.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182292030.100.8600.20292.767545.49
HexB61DCBA560141254b2d
Octal266353131212602444511355
Binary101101101110111001011101010101100101001001001011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61DCB; }

 p { color: rgb(182,29,203); }

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

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

 a { background-color: rgb(182,29,203); }

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

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

 span { border-color: rgb(182,29,203); }

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