#BB5DC5

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

Shades of Fuchsia #BB5DC5

Tints of Fuchsia #BB5DC5

Color information

#BB5DC5 (or 0xBB5DC5) is unknown color: approx Fuchsia. HEX triplet: BB, 5D and C5. RGB value is (187,93,197). Sum of RGB (Red+Green+Blue) = 187+93+197=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB5DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DC5 is #44A23A. Grayscale: #848484. Windows color (decimal): -4497979 or 12934587. OLE color: 12934587.

HSL color Cylindrical-coordinate representation of color #BB5DC5: hue angle of 294.23º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5DC5 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18793197-
CMYK0.050.5300.23
HSL294.23º47.27%56.86%-
HSV(B)294.23º52.79%77.25%-
XYZ34.4922.4255.33-
YUV132.96164.14166.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 197 (77.34% from 255) = 41.30%
R=39.20%
G=19.50%
B=41.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal187931970.050.5300.23294.2347.2756.86
HexBB5DC55350171262f39
Octal2731353055650274465771
Binary10111011101110111000101101110101010111100100110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DC5; }

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

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

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

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

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

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

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

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