#BB67BB

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

Shades of Fuchsia #BB67BB

Tints of Fuchsia #BB67BB

Color information

#BB67BB (or 0xBB67BB) is unknown color: approx Fuchsia. HEX triplet: BB, 67 and BB. RGB value is (187,103,187). Sum of RGB (Red+Green+Blue) = 187+103+187=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB67BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67BB is #449844. Grayscale: #898989. Windows color (decimal): -4495429 or 12281787. OLE color: 12281787.

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

Color convert

RGB187103187-
CMYK00.4500.27
HSL300º38.18%56.86%-
HSV(B)300º44.92%73.33%-
XYZ34.3123.8549.81-
YUV137.69155.83163.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=39.20%
G=21.59%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710318700.4500.2730038.1856.86
HexBB67BB02D01B12c2639
Octal2731472730550334544671
Binary101110111100111101110110101101011011100101100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB67BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB67BB; }

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

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

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

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

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

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

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

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