#B507B7

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

Shades of Deep Magenta #B507B7

Tints of Deep Magenta #B507B7

Color information

#B507B7 (or 0xB507B7) is unknown color: approx Deep Magenta. HEX triplet: B5, 07 and B7. RGB value is (181,7,183). Sum of RGB (Red+Green+Blue) = 181+7+183=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #B507B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B507B7 is #4AF848. Grayscale: #4E4E4E. Windows color (decimal): -4913225 or 11995061. OLE color: 11995061.

HSL color Cylindrical-coordinate representation of color #B507B7: hue angle of 299.32º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B507B7 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1817183-
CMYK0.010.9600.28
HSL299.32º92.63%37.25%-
HSV(B)299.32º96.17%71.76%-
XYZ27.6813.3945.93-
YUV79.09186.65200.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 7 (3.12% from 255) = 1.89%
BLUE value IS 183 (71.88% from 255) = 49.33%
R=48.79%
G=1.89%
B=49.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18171830.010.9600.28299.3292.6337.25
HexB57B716001C12b5d25
Octal2657267114003445313545
Binary1011010111110110111111000000111001001010111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B507B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B507B7; }

 p { color: rgb(181,7,183); }

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

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

 a { background-color: rgb(181,7,183); }

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

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

 span { border-color: rgb(181,7,183); }

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