#B305B7

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

Shades of Deep Magenta #B305B7

Tints of Deep Magenta #B305B7

Color information

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

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

Color convert

RGB1795183-
CMYK0.020.9700.28
HSL298.65º94.68%36.86%-
HSV(B)298.65º97.27%71.76%-
XYZ27.1913.1145.9-
YUV77.32187.65200.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17951830.020.9700.28298.6594.6836.86
HexB35B726101C12b5f25
Octal2635267214103445313745
Binary10110011101101101111011000010111001001010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B305B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B305B7; }

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

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

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

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

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

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

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

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