#BB67BE

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

Shades of Fuchsia #BB67BE

Tints of Fuchsia #BB67BE

Color information

#BB67BE (or 0xBB67BE) is unknown color: approx Fuchsia. HEX triplet: BB, 67 and BE. RGB value is (187,103,190). Sum of RGB (Red+Green+Blue) = 187+103+190=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB67BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67BE is #449841. Grayscale: #898989. Windows color (decimal): -4495426 or 12478395. OLE color: 12478395.

HSL color Cylindrical-coordinate representation of color #BB67BE: hue angle of 297.93º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB67BE is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187103190-
CMYK0.020.4600.25
HSL297.93º40.09%57.45%-
HSV(B)297.93º45.79%74.51%-
XYZ34.6423.9851.52-
YUV138.03157.33162.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=38.96%
G=21.46%
B=39.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871031900.020.4600.25297.9340.0957.45
HexBB67BE22E01912a2839
Octal2731472762560314525071
Binary1011101111001111011111010101110011001100101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB67BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB67BE; }

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

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

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

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

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

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

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

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