#BF24B6

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

Shades of Deep Magenta #BF24B6

Tints of Deep Magenta #BF24B6

Color information

#BF24B6 (or 0xBF24B6) is unknown color: approx Deep Magenta. HEX triplet: BF, 24 and B6. RGB value is (191,36,182). Sum of RGB (Red+Green+Blue) = 191+36+182=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF24B6 is #40DB49. Grayscale: #626262. Windows color (decimal): -4250442 or 11936959. OLE color: 11936959.

HSL color Cylindrical-coordinate representation of color #BF24B6: hue angle of 303.48º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF24B6 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19136182-
CMYK00.810.050.25
HSL303.48º68.28%44.51%-
HSV(B)303.48º81.15%74.9%-
XYZ30.5615.7245.68-
YUV98.99174.85193.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 36 (14.45% from 255) = 8.80%
BLUE value IS 182 (71.48% from 255) = 44.50%
R=46.70%
G=8.80%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913618200.810.050.25303.4868.2844.51
HexBF24B605151912f442d
Octal27744266012153145710455
Binary101111111001001011011001010001101110011001011111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF24B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF24B6; }

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

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

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

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

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

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

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

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