#BB6FBA

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

Shades of Fuchsia #BB6FBA

Tints of Fuchsia #BB6FBA

Color information

#BB6FBA (or 0xBB6FBA) is unknown color: approx Fuchsia. HEX triplet: BB, 6F and BA. RGB value is (187,111,186). Sum of RGB (Red+Green+Blue) = 187+111+186=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FBA is #449045. Grayscale: #8E8E8E. Windows color (decimal): -4493382 or 12218299. OLE color: 12218299.

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

Color convert

RGB187111186-
CMYK00.410.010.27
HSL300.79º35.85%58.43%-
HSV(B)300.79º40.64%73.33%-
XYZ35.0425.4849.53-
YUV142.27152.68159.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 111 (43.75% from 255) = 22.93%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=38.64%
G=22.93%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711118600.410.010.27300.7935.8558.43
HexBB6FBA02911B12d243a
Octal2731572720511334554472
Binary101110111101111101110100101001111011100101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6FBA; }

 p { color: rgb(187,111,186); }

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

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

 a { background-color: rgb(187,111,186); }

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

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

 span { border-color: rgb(187,111,186); }

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