#BB67BA

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

Shades of Fuchsia #BB67BA

Tints of Fuchsia #BB67BA

Color information

#BB67BA (or 0xBB67BA) is unknown color: approx Fuchsia. HEX triplet: BB, 67 and BA. RGB value is (187,103,186). Sum of RGB (Red+Green+Blue) = 187+103+186=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB67BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67BA is #449845. Grayscale: #898989. Windows color (decimal): -4495430 or 12216251. OLE color: 12216251.

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

Color convert

RGB187103186-
CMYK00.450.010.27
HSL300.71º38.18%56.86%-
HSV(B)300.71º44.92%73.33%-
XYZ34.2123.8149.25-
YUV137.58155.33163.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 103 (40.62% from 255) = 21.64%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=39.29%
G=21.64%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710318600.450.010.27300.7138.1856.86
HexBB67BA02D11B12d2639
Octal2731472720551334554671
Binary101110111100111101110100101101111011100101101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB67BA; }

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

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

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

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

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

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

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

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