#B705B3

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

Shades of Deep Magenta #B705B3

Tints of Deep Magenta #B705B3

Color information

#B705B3 (or 0xB705B3) is unknown color: approx Deep Magenta. HEX triplet: B7, 05 and B3. RGB value is (183,5,179). Sum of RGB (Red+Green+Blue) = 183+5+179=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B705B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B705B3 is #48FA4C. Grayscale: #4D4D4D. Windows color (decimal): -4782669 or 11732407. OLE color: 11732407.

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

Color convert

RGB1835179-
CMYK00.970.020.28
HSL301.35º94.68%36.86%-
HSV(B)301.35º97.27%71.76%-
XYZ27.7213.4343.78-
YUV78.06184.97202.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 5 (2.34% from 255) = 1.36%
BLUE value IS 179 (70.31% from 255) = 48.77%
R=49.86%
G=1.36%
B=48.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183517900.970.020.28301.3594.6836.86
HexB75B306121C12d5f25
Octal2675263014123445513745
Binary10110111101101100110110000110111001001011011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B705B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B705B3; }

 p { color: rgb(183,5,179); }

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

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

 a { background-color: rgb(183,5,179); }

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

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

 span { border-color: rgb(183,5,179); }

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