#BB5CB5

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

Shades of Fuchsia #BB5CB5

Tints of Fuchsia #BB5CB5

Color information

#BB5CB5 (or 0xBB5CB5) is unknown color: approx Fuchsia. HEX triplet: BB, 5C and B5. RGB value is (187,92,181). Sum of RGB (Red+Green+Blue) = 187+92+181=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CB5 is #44A34A. Grayscale: #828282. Windows color (decimal): -4498251 or 11885755. OLE color: 11885755.

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

Color convert

RGB18792181-
CMYK00.510.030.27
HSL303.79º41.13%54.71%-
HSV(B)303.79º50.8%73.33%-
XYZ32.6621.5646.16-
YUV130.55156.47168.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 181 (71.09% from 255) = 39.35%
R=40.65%
G=20%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879218100.510.030.27303.7941.1354.71
HexBB5CB503331B1302937
Octal2731342650633334605167
Binary1011101110111001011010101100111111011100110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5CB5; }

 p { color: rgb(187,92,181); }

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

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

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

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

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

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

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