#B607B9

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

Shades of Deep Magenta #B607B9

Tints of Deep Magenta #B607B9

Color information

#B607B9 (or 0xB607B9) is unknown color: approx Deep Magenta. HEX triplet: B6, 07 and B9. RGB value is (182,7,185). Sum of RGB (Red+Green+Blue) = 182+7+185=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #B607B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B607B9 is #49F846. Grayscale: #4F4F4F. Windows color (decimal): -4847687 or 12126134. OLE color: 12126134.

HSL color Cylindrical-coordinate representation of color #B607B9: hue angle of 298.99º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B607B9 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1827185-
CMYK0.020.9600.27
HSL298.99º92.71%37.65%-
HSV(B)298.99º96.22%72.55%-
XYZ28.1213.647.04-
YUV79.62187.48201.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 7 (3.12% from 255) = 1.87%
BLUE value IS 185 (72.66% from 255) = 49.47%
R=48.66%
G=1.87%
B=49.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18271850.020.9600.27298.9992.7137.65
HexB67B926001B12b5d26
Octal2667271214003345313546
Binary10110110111101110011011000000110111001010111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B607B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B607B9; }

 p { color: rgb(182,7,185); }

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

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

 a { background-color: rgb(182,7,185); }

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

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

 span { border-color: rgb(182,7,185); }

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