#BB23AF

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

Shades of Deep Magenta #BB23AF

Tints of Deep Magenta #BB23AF

Color information

#BB23AF (or 0xBB23AF) is unknown color: approx Deep Magenta. HEX triplet: BB, 23 and AF. RGB value is (187,35,175). Sum of RGB (Red+Green+Blue) = 187+35+175=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB23AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB23AF is #44DC50. Grayscale: #606060. Windows color (decimal): -4512849 or 11477947. OLE color: 11477947.

HSL color Cylindrical-coordinate representation of color #BB23AF: hue angle of 304.74º 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 #BB23AF is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18735175-
CMYK00.810.060.27
HSL304.74º68.47%43.53%-
HSV(B)304.74º81.28%73.33%-
XYZ28.8314.8641.91-
YUV96.41172.36192.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 35 (14.06% from 255) = 8.82%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=47.10%
G=8.82%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873517500.810.060.27304.7468.4743.53
HexBB23AF05161B131442c
Octal27343257012163346110454
Binary101110111000111010111101010001110110111001100011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB23AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB23AF; }

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

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

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

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

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

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

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

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