#BF23BB

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

Shades of Deep Magenta #BF23BB

Tints of Deep Magenta #BF23BB

Color information

#BF23BB (or 0xBF23BB) is unknown color: approx Deep Magenta. HEX triplet: BF, 23 and BB. RGB value is (191,35,187). Sum of RGB (Red+Green+Blue) = 191+35+187=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF23BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF23BB is #40DC44. Grayscale: #626262. Windows color (decimal): -4250693 or 12264383. OLE color: 12264383.

HSL color Cylindrical-coordinate representation of color #BF23BB: hue angle of 301.54º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF23BB is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19135187-
CMYK00.820.020.25
HSL301.54º69.03%44.31%-
HSV(B)301.54º81.68%74.9%-
XYZ31.0615.8748.44-
YUV98.97177.68193.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 35 (14.06% from 255) = 8.47%
BLUE value IS 187 (73.44% from 255) = 45.28%
R=46.25%
G=8.47%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913518700.820.020.25301.5469.0344.31
HexBF23BB05221912e452c
Octal27743273012223145610554
Binary10111111100011101110110101001010110011001011101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF23BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF23BB; }

 p { color: rgb(191,35,187); }

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

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

 a { background-color: rgb(191,35,187); }

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

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

 span { border-color: rgb(191,35,187); }

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