#BB6BB3

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

Shades of Fuchsia #BB6BB3

Tints of Fuchsia #BB6BB3

Color information

#BB6BB3 (or 0xBB6BB3) is unknown color: approx Fuchsia. HEX triplet: BB, 6B and B3. RGB value is (187,107,179). Sum of RGB (Red+Green+Blue) = 187+107+179=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BB3 is #44944C. Grayscale: #8A8A8A. Windows color (decimal): -4494413 or 11758523. OLE color: 11758523.

HSL color Cylindrical-coordinate representation of color #BB6BB3: hue angle of 306º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6BB3 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB187107179-
CMYK00.430.040.27
HSL306º37.04%57.65%-
HSV(B)306º42.78%73.33%-
XYZ33.8924.3345.56-
YUV139.13150.5162.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 107 (42.19% from 255) = 22.62%
BLUE value IS 179 (70.31% from 255) = 37.84%
R=39.53%
G=22.62%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710717900.430.040.2730637.0457.65
HexBB6BB302B41B132253a
Octal2731532630534334624572
Binary10111011110101110110011010101110011011100110010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6BB3; }

 p { color: rgb(187,107,179); }

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

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

 a { background-color: rgb(187,107,179); }

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

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

 span { border-color: rgb(187,107,179); }

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