#BB67B7

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

Shades of Fuchsia #BB67B7

Tints of Fuchsia #BB67B7

Color information

#BB67B7 (or 0xBB67B7) is unknown color: approx Fuchsia. HEX triplet: BB, 67 and B7. RGB value is (187,103,183). Sum of RGB (Red+Green+Blue) = 187+103+183=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB67B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67B7 is #449848. Grayscale: #898989. Windows color (decimal): -4495433 or 12019643. OLE color: 12019643.

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

Color convert

RGB187103183-
CMYK00.450.020.27
HSL302.86º38.18%56.86%-
HSV(B)302.86º44.92%73.33%-
XYZ33.8923.6847.59-
YUV137.24153.83163.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 103 (40.62% from 255) = 21.78%
BLUE value IS 183 (71.88% from 255) = 38.69%
R=39.53%
G=21.78%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710318300.450.020.27302.8638.1856.86
HexBB67B702D21B12f2639
Octal2731472670552334574671
Binary1011101111001111011011101011011011011100101111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB67B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB67B7; }

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

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

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

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

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

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

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

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