#B707B4

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

Shades of Deep Magenta #B707B4

Tints of Deep Magenta #B707B4

Color information

#B707B4 (or 0xB707B4) is unknown color: approx Deep Magenta. HEX triplet: B7, 07 and B4. RGB value is (183,7,180). Sum of RGB (Red+Green+Blue) = 183+7+180=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B707B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B707B4 is #48F84B. Grayscale: #4E4E4E. Windows color (decimal): -4782156 or 11798455. OLE color: 11798455.

HSL color Cylindrical-coordinate representation of color #B707B4: hue angle of 301.02º 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 #B707B4 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB1837180-
CMYK00.960.020.28
HSL301.02º92.63%37.25%-
HSV(B)301.02º96.17%71.76%-
XYZ27.8413.5144.32-
YUV79.35184.81201.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 7 (3.12% from 255) = 1.89%
BLUE value IS 180 (70.70% from 255) = 48.65%
R=49.46%
G=1.89%
B=48.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183718000.960.020.28301.0292.6337.25
HexB77B406021C12d5d25
Octal2677264014023445513545
Binary10110111111101101000110000010111001001011011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B707B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B707B4; }

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

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

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

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

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

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

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

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