#BB78BD

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

Shades of Fuchsia #BB78BD

Tints of Fuchsia #BB78BD

Color information

#BB78BD (or 0xBB78BD) is unknown color: approx Fuchsia. HEX triplet: BB, 78 and BD. RGB value is (187,120,189). Sum of RGB (Red+Green+Blue) = 187+120+189=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB78BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78BD is #448742. Grayscale: #939393. Windows color (decimal): -4491075 or 12417211. OLE color: 12417211.

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

Color convert

RGB187120189-
CMYK0.010.3700.26
HSL298.26º34.33%60.59%-
HSV(B)298.26º36.51%74.12%-
XYZ36.427.6751.57-
YUV147.9151.2155.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 120 (47.27% from 255) = 24.19%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=37.70%
G=24.19%
B=38.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871201890.010.3700.26298.2634.3360.59
HexBB78BD12501A12a223d
Octal2731702751450324524275
Binary101110111111000101111011100101011010100101010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB78BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB78BD; }

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

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

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

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

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

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

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

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