#BB5CB7

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

Shades of Fuchsia #BB5CB7

Tints of Fuchsia #BB5CB7

Color information

#BB5CB7 (or 0xBB5CB7) is unknown color: approx Fuchsia. HEX triplet: BB, 5C and B7. RGB value is (187,92,183). Sum of RGB (Red+Green+Blue) = 187+92+183=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CB7 is #44A348. Grayscale: #828282. Windows color (decimal): -4498249 or 12016827. OLE color: 12016827.

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

Color convert

RGB18792183-
CMYK00.510.020.27
HSL302.53º41.13%54.71%-
HSV(B)302.53º50.8%73.33%-
XYZ32.8721.6447.24-
YUV130.78157.47168.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 92 (36.33% from 255) = 19.91%
BLUE value IS 183 (71.88% from 255) = 39.61%
R=40.48%
G=19.91%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879218300.510.020.27302.5341.1354.71
HexBB5CB703321B12f2937
Octal2731342670632334575167
Binary1011101110111001011011101100111011011100101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5CB7; }

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

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

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

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

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

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

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

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