#B707C3

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

Shades of Deep Magenta #B707C3

Tints of Deep Magenta #B707C3

Color information

#B707C3 (or 0xB707C3) is unknown color: approx Deep Magenta. HEX triplet: B7, 07 and C3. RGB value is (183,7,195). Sum of RGB (Red+Green+Blue) = 183+7+195=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #B707C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B707C3 is #48F83C. Grayscale: #505050. Windows color (decimal): -4782141 or 12781495. OLE color: 12781495.

HSL color Cylindrical-coordinate representation of color #B707C3: hue angle of 296.17º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B707C3 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1837195-
CMYK0.060.9600.24
HSL296.17º93.07%39.61%-
HSV(B)296.17º96.41%76.47%-
XYZ29.4514.1652.81-
YUV81.06192.31200.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 7 (3.12% from 255) = 1.82%
BLUE value IS 195 (76.56% from 255) = 50.65%
R=47.53%
G=1.82%
B=50.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18371950.060.9600.24296.1793.0739.61
HexB77C36600181285d28
Octal2677303614003045013550
Binary101101111111100001111011000000110001001010001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B707C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B707C3; }

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

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

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

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

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

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

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

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