#BB5DAF

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

Shades of Fuchsia #BB5DAF

Tints of Fuchsia #BB5DAF

Color information

#BB5DAF (or 0xBB5DAF) is unknown color: approx Fuchsia. HEX triplet: BB, 5D and AF. RGB value is (187,93,175). Sum of RGB (Red+Green+Blue) = 187+93+175=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DAF is #44A250. Grayscale: #828282. Windows color (decimal): -4498001 or 11492795. OLE color: 11492795.

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

Color convert

RGB18793175-
CMYK00.500.060.27
HSL307.66º40.87%54.9%-
HSV(B)307.66º50.27%73.33%-
XYZ32.1521.4943.01-
YUV130.45153.14168.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=41.10%
G=20.44%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879317500.500.060.27307.6640.8754.9
HexBB5DAF03261B1342937
Octal2731352570626334645167
Binary10111011101110110101111011001011011011100110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DAF; }

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

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

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

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

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

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

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

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