#BB6CC1

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

Shades of Fuchsia #BB6CC1

Tints of Fuchsia #BB6CC1

Color information

#BB6CC1 (or 0xBB6CC1) is unknown color: approx Fuchsia. HEX triplet: BB, 6C and C1. RGB value is (187,108,193). Sum of RGB (Red+Green+Blue) = 187+108+193=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CC1 is #44933E. Grayscale: #8D8D8D. Windows color (decimal): -4494143 or 12676283. OLE color: 12676283.

HSL color Cylindrical-coordinate representation of color #BB6CC1: hue angle of 295.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6CC1 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187108193-
CMYK0.030.4400.24
HSL295.76º40.67%59.02%-
HSV(B)295.76º44.04%75.69%-
XYZ35.4825.1453.43-
YUV141.31157.17160.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=38.32%
G=22.13%
B=39.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871081930.030.4400.24295.7640.6759.02
HexBB6CC132C018128293b
Octal2731543013540304505173
Binary1011101111011001100000111101100011000100101000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6CC1; }

 p { color: rgb(187,108,193); }

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

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

 a { background-color: rgb(187,108,193); }

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

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

 span { border-color: rgb(187,108,193); }

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