#B608BE

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

Shades of Deep Magenta #B608BE

Tints of Deep Magenta #B608BE

Color information

#B608BE (or 0xB608BE) is unknown color: approx Deep Magenta. HEX triplet: B6, 08 and BE. RGB value is (182,8,190). Sum of RGB (Red+Green+Blue) = 182+8+190=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #B608BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608BE is #49F741. Grayscale: #505050. Windows color (decimal): -4847426 or 12454070. OLE color: 12454070.

HSL color Cylindrical-coordinate representation of color #B608BE: hue angle of 297.36º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B608BE is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1828190-
CMYK0.040.9600.25
HSL297.36º91.92%38.82%-
HSV(B)297.36º95.79%74.51%-
XYZ28.6713.8449.87-
YUV80.77189.65200.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 8 (3.52% from 255) = 2.11%
BLUE value IS 190 (74.61% from 255) = 50%
R=47.89%
G=2.11%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18281900.040.9600.25297.3691.9238.82
HexB68BE4600191295c27
Octal26610276414003145113447
Binary1011011010001011111010011000000110011001010011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B608BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B608BE; }

 p { color: rgb(182,8,190); }

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

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

 a { background-color: rgb(182,8,190); }

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

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

 span { border-color: rgb(182,8,190); }

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