#BB67BD

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

Shades of Fuchsia #BB67BD

Tints of Fuchsia #BB67BD

Color information

#BB67BD (or 0xBB67BD) is unknown color: approx Fuchsia. HEX triplet: BB, 67 and BD. RGB value is (187,103,189). Sum of RGB (Red+Green+Blue) = 187+103+189=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB67BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67BD is #449842. Grayscale: #898989. Windows color (decimal): -4495427 or 12412859. OLE color: 12412859.

HSL color Cylindrical-coordinate representation of color #BB67BD: hue angle of 298.6º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB67BD is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187103189-
CMYK0.010.4600.26
HSL298.6º39.45%57.25%-
HSV(B)298.6º45.5%74.12%-
XYZ34.5323.9450.94-
YUV137.92156.83163.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 103 (40.62% from 255) = 21.50%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=39.04%
G=21.50%
B=39.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871031890.010.4600.26298.639.4557.25
HexBB67BD12E01A12b2739
Octal2731472751560324534771
Binary101110111100111101111011101110011010100101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB67BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB67BD; }

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

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

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

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

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

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

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

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