#BF08B6

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

Shades of Deep Magenta #BF08B6

Tints of Deep Magenta #BF08B6

Color information

#BF08B6 (or 0xBF08B6) is unknown color: approx Deep Magenta. HEX triplet: BF, 08 and B6. RGB value is (191,8,182). Sum of RGB (Red+Green+Blue) = 191+8+182=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF08B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF08B6 is #40F749. Grayscale: #525252. Windows color (decimal): -4257610 or 11929791. OLE color: 11929791.

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

Color convert

RGB1918182-
CMYK00.960.050.25
HSL302.95º91.96%39.02%-
HSV(B)302.95º95.81%74.9%-
XYZ30.0214.6345.5-
YUV82.55184.13205.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191818200.960.050.25302.9591.9639.02
HexBF8B606051912f5c27
Octal27710266014053145713447
Binary1011111110001011011001100000101110011001011111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF08B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF08B6; }

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

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

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

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

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

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

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

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