#B610C4

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

Shades of Deep Magenta #B610C4

Tints of Deep Magenta #B610C4

Color information

#B610C4 (or 0xB610C4) is unknown color: approx Deep Magenta. HEX triplet: B6, 10 and C4. RGB value is (182,16,196). Sum of RGB (Red+Green+Blue) = 182+16+196=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #B610C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B610C4 is #49EF3B. Grayscale: #555555. Windows color (decimal): -4845372 or 12849334. OLE color: 12849334.

HSL color Cylindrical-coordinate representation of color #B610C4: hue angle of 295.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B610C4 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18216196-
CMYK0.070.9200.23
HSL295.33º84.91%41.57%-
HSV(B)295.33º91.84%76.86%-
XYZ29.4414.353.43-
YUV86.15190196.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 16 (6.64% from 255) = 4.06%
BLUE value IS 196 (76.95% from 255) = 49.75%
R=46.19%
G=4.06%
B=49.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182161960.070.9200.23295.3384.9141.57
HexB610C475C017127552a
Octal26620304713402744712552
Binary10110110100001100010011110111000101111001001111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B610C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B610C4; }

 p { color: rgb(182,16,196); }

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

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

 a { background-color: rgb(182,16,196); }

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

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

 span { border-color: rgb(182,16,196); }

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