#BB4EC7

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

Shades of Fuchsia #BB4EC7

Tints of Fuchsia #BB4EC7

Color information

#BB4EC7 (or 0xBB4EC7) is unknown color: approx Fuchsia. HEX triplet: BB, 4E and C7. RGB value is (187,78,199). Sum of RGB (Red+Green+Blue) = 187+78+199=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB4EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EC7 is #44B138. Grayscale: #7C7C7C. Windows color (decimal): -4501817 or 13061819. OLE color: 13061819.

HSL color Cylindrical-coordinate representation of color #BB4EC7: hue angle of 294.05º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4EC7 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18778199-
CMYK0.060.6100.22
HSL294.05º51.93%54.31%-
HSV(B)294.05º60.8%78.04%-
XYZ33.5320.1456.15-
YUV124.38170.11172.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 78 (30.86% from 255) = 16.81%
BLUE value IS 199 (78.12% from 255) = 42.89%
R=40.30%
G=16.81%
B=42.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187781990.060.6100.22294.0551.9354.31
HexBB4EC763D0161263436
Octal2731163076750264466466
Binary10111011100111011000111110111101010110100100110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4EC7; }

 p { color: rgb(187,78,199); }

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

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

 a { background-color: rgb(187,78,199); }

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

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

 span { border-color: rgb(187,78,199); }

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