#b613ae

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

Shades of Deep Magenta #B613AE

Tints of Deep Magenta #B613AE

Color information

#B613AE (or 0xB613AE) is unknown color: approx Deep Magenta. HEX triplet: B6, 13 and AE. RGB value is (182,19,174). Sum of RGB (Red+Green+Blue) = 182+19+174=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B613AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B613AE is #49EC51. Grayscale: #545454. Windows color (decimal): -4844626 or 11408310. OLE color: 11408310.

HSL color Cylindrical-coordinate representation of color #B613AE: hue angle of 302.94º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B613AE is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18219174-
CMYK00.900.040.29
HSL302.94º81.09%39.41%-
HSV(B)302.94º89.56%71.37%-
XYZ27.1613.4741.21-
YUV85.41178196.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 19 (7.81% from 255) = 5.07%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=48.53%
G=5.07%
B=46.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821917400.900.040.29302.9481.0939.41
HexB613AE05A41D12f5127
Octal26623256013243545712147
Binary10110110100111010111001011010100111011001011111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b613ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b613ae; }

 p { color: rgb(182,19,174); }

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

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

 a { background-color: rgb(182,19,174); }

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

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

 span { border-color: rgb(182,19,174); }

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