#B305B6

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

Shades of Deep Magenta #B305B6

Tints of Deep Magenta #B305B6

Color information

#B305B6 (or 0xB305B6) is unknown color: approx Deep Magenta. HEX triplet: B3, 05 and B6. RGB value is (179,5,182). Sum of RGB (Red+Green+Blue) = 179+5+182=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #B305B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B305B6 is #4CFA49. Grayscale: #4C4C4C. Windows color (decimal): -5044810 or 11929011. OLE color: 11929011.

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

Color convert

RGB1795182-
CMYK0.020.9700.29
HSL298.98º94.65%36.67%-
HSV(B)298.98º97.25%71.37%-
XYZ27.0913.0745.35-
YUV77.2187.15200.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 5 (2.34% from 255) = 1.37%
BLUE value IS 182 (71.48% from 255) = 49.73%
R=48.91%
G=1.37%
B=49.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17951820.020.9700.29298.9894.6536.67
HexB35B626101D12b5f25
Octal2635266214103545313745
Binary10110011101101101101011000010111011001010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B305B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B305B6; }

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

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

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

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

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

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

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

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