#B605B3

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

Shades of Deep Magenta #B605B3

Tints of Deep Magenta #B605B3

Color information

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

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

Color convert

RGB1825179-
CMYK00.970.020.29
HSL301.02º94.65%36.67%-
HSV(B)301.02º97.25%71.37%-
XYZ27.4813.3143.77-
YUV77.76185.14202.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182517900.970.020.29301.0294.6536.67
HexB65B306121D12d5f25
Octal2665263014123545513745
Binary10110110101101100110110000110111011001011011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B605B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B605B3; }

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

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

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

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

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

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

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

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