#BB23BB

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

Shades of Deep Magenta #BB23BB

Tints of Deep Magenta #BB23BB

Color information

#BB23BB (or 0xBB23BB) is unknown color: approx Deep Magenta. HEX triplet: BB, 23 and BB. RGB value is (187,35,187). Sum of RGB (Red+Green+Blue) = 187+35+187=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB23BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23BB is #44DC44. Grayscale: #616161. Windows color (decimal): -4512837 or 12264379. OLE color: 12264379.

HSL color Cylindrical-coordinate representation of color #BB23BB: hue angle of 300º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB23BB is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18735187-
CMYK00.8100.27
HSL300º68.47%43.53%-
HSV(B)300º81.28%73.33%-
XYZ30.0615.3548.39-
YUV97.78178.36191.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 35 (14.06% from 255) = 8.56%
BLUE value IS 187 (73.44% from 255) = 45.72%
R=45.72%
G=8.56%
B=45.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873518700.8100.2730068.4743.53
HexBB23BB05101B12c442c
Octal27343273012103345410454
Binary1011101110001110111011010100010110111001011001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB23BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB23BB; }

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

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

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

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

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

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

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

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