#BB4BBE

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

Shades of Fuchsia #BB4BBE

Tints of Fuchsia #BB4BBE

Color information

#BB4BBE (or 0xBB4BBE) is unknown color: approx Fuchsia. HEX triplet: BB, 4B and BE. RGB value is (187,75,190). Sum of RGB (Red+Green+Blue) = 187+75+190=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB4BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4BBE is #44B441. Grayscale: #797979. Windows color (decimal): -4502594 or 12471227. OLE color: 12471227.

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

Color convert

RGB18775190-
CMYK0.020.6100.25
HSL298.43º46.94%51.96%-
HSV(B)298.43º60.53%74.51%-
XYZ32.319.3150.74-
YUV121.6166.61174.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 75 (29.69% from 255) = 16.59%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=41.37%
G=16.59%
B=42.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187751900.020.6100.25298.4346.9451.96
HexBB4BBE23D01912a2f34
Octal2731132762750314525764
Binary1011101110010111011111010111101011001100101010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4BBE; }

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

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

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

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

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

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

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

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