#B608BF

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

Shades of Deep Magenta #B608BF

Tints of Deep Magenta #B608BF

Color information

#B608BF (or 0xB608BF) is unknown color: approx Deep Magenta. HEX triplet: B6, 08 and BF. RGB value is (182,8,191). Sum of RGB (Red+Green+Blue) = 182+8+191=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #B608BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608BF is #49F740. Grayscale: #505050. Windows color (decimal): -4847425 or 12519606. OLE color: 12519606.

HSL color Cylindrical-coordinate representation of color #B608BF: hue angle of 297.05º 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 #B608BF is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1828191-
CMYK0.050.9600.25
HSL297.05º91.96%39.02%-
HSV(B)297.05º95.81%74.9%-
XYZ28.7813.8850.45-
YUV80.89190.15200.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 8 (3.52% from 255) = 2.10%
BLUE value IS 191 (75% from 255) = 50.13%
R=47.77%
G=2.10%
B=50.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18281910.050.9600.25297.0591.9639.02
HexB68BF5600191295c27
Octal26610277514003145113447
Binary1011011010001011111110111000000110011001010011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B608BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B608BF; }

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

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

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

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

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

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

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

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