#BB23BF

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

Shades of Deep Magenta #BB23BF

Tints of Deep Magenta #BB23BF

Color information

#BB23BF (or 0xBB23BF) is unknown color: approx Deep Magenta. HEX triplet: BB, 23 and BF. RGB value is (187,35,191). Sum of RGB (Red+Green+Blue) = 187+35+191=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB23BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23BF is #44DC40. Grayscale: #616161. Windows color (decimal): -4512833 or 12526523. OLE color: 12526523.

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

Color convert

RGB18735191-
CMYK0.020.8200.25
HSL298.46º69.03%44.31%-
HSV(B)298.46º81.68%74.9%-
XYZ30.515.5350.68-
YUV98.23180.36191.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187351910.020.8200.25298.4669.0344.31
HexBB23BF25201912a452c
Octal27343277212203145210554
Binary10111011100011101111111010100100110011001010101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB23BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB23BF; }

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

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

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

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

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

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

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

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