#BB4DBE

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

Shades of Fuchsia #BB4DBE

Tints of Fuchsia #BB4DBE

Color information

#BB4DBE (or 0xBB4DBE) is unknown color: approx Fuchsia. HEX triplet: BB, 4D and BE. RGB value is (187,77,190). Sum of RGB (Red+Green+Blue) = 187+77+190=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB4DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DBE is #44B241. Grayscale: #7A7A7A. Windows color (decimal): -4502082 or 12471739. OLE color: 12471739.

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

Color convert

RGB18777190-
CMYK0.020.5900.25
HSL298.41º46.5%52.35%-
HSV(B)298.41º59.47%74.51%-
XYZ32.4419.5950.79-
YUV122.77165.94173.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 77 (30.47% from 255) = 16.96%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=41.19%
G=16.96%
B=41.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187771900.020.5900.25298.4146.552.35
HexBB4DBE23B01912a2f34
Octal2731152762730314525764
Binary1011101110011011011111010111011011001100101010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4DBE; }

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

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

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

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

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

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

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

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