#BB33AF

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

Shades of Fuchsia #BB33AF

Tints of Fuchsia #BB33AF

Color information

#BB33AF (or 0xBB33AF) is unknown color: approx Fuchsia. HEX triplet: BB, 33 and AF. RGB value is (187,51,175). Sum of RGB (Red+Green+Blue) = 187+51+175=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB33AF is #44CC50. Grayscale: #696969. Windows color (decimal): -4508753 or 11482043. OLE color: 11482043.

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

Color convert

RGB18751175-
CMYK00.730.060.27
HSL305.29º57.14%46.67%-
HSV(B)305.29º72.73%73.33%-
XYZ29.4216.0342.1-
YUV105.8167.06185.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 51 (20.31% from 255) = 12.35%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=45.28%
G=12.35%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875117500.730.060.27305.2957.1446.67
HexBB33AF04961B131392f
Octal2736325701116334617157
Binary10111011110011101011110100100111011011100110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB33AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB33AF; }

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

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

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

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

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

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

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

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