#BB6BB7

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

Shades of Fuchsia #BB6BB7

Tints of Fuchsia #BB6BB7

Color information

#BB6BB7 (or 0xBB6BB7) is unknown color: approx Fuchsia. HEX triplet: BB, 6B and B7. RGB value is (187,107,183). Sum of RGB (Red+Green+Blue) = 187+107+183=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BB7 is #449448. Grayscale: #8B8B8B. Windows color (decimal): -4494409 or 12020667. OLE color: 12020667.

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

Color convert

RGB187107183-
CMYK00.430.020.27
HSL303º37.04%57.65%-
HSV(B)303º42.78%73.33%-
XYZ34.324.547.72-
YUV139.58152.5161.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 183 (71.88% from 255) = 38.36%
R=39.20%
G=22.43%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710718300.430.020.2730337.0457.65
HexBB6BB702B21B12f253a
Octal2731532670532334574572
Binary1011101111010111011011101010111011011100101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6BB7; }

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

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

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

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

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

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

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

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