#BB67C2

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

Shades of Fuchsia #BB67C2

Tints of Fuchsia #BB67C2

Color information

#BB67C2 (or 0xBB67C2) is unknown color: approx Fuchsia. HEX triplet: BB, 67 and C2. RGB value is (187,103,194). Sum of RGB (Red+Green+Blue) = 187+103+194=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB67C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67C2 is #44983D. Grayscale: #8A8A8A. Windows color (decimal): -4495422 or 12740539. OLE color: 12740539.

HSL color Cylindrical-coordinate representation of color #BB67C2: hue angle of 295.38º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB67C2 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187103194-
CMYK0.040.4700.24
HSL295.38º42.72%58.24%-
HSV(B)295.38º46.91%76.08%-
XYZ35.0824.1653.85-
YUV138.49159.33162.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 194 (76.17% from 255) = 40.08%
R=38.64%
G=21.28%
B=40.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871031940.040.4700.24295.3842.7258.24
HexBB67C242F0181272b3a
Octal2731473024570304475372
Binary10111011110011111000010100101111011000100100111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB67C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB67C2; }

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

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

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

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

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

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

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

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