#BB4DBD

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

Shades of Fuchsia #BB4DBD

Tints of Fuchsia #BB4DBD

Color information

#BB4DBD (or 0xBB4DBD) is unknown color: approx Fuchsia. HEX triplet: BB, 4D and BD. RGB value is (187,77,189). Sum of RGB (Red+Green+Blue) = 187+77+189=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB4DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DBD is #44B242. Grayscale: #7A7A7A. Windows color (decimal): -4502083 or 12406203. OLE color: 12406203.

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

Color convert

RGB18777189-
CMYK0.010.5900.26
HSL298.93º45.9%52.16%-
HSV(B)298.93º59.26%74.12%-
XYZ32.3319.5550.21-
YUV122.66165.44173.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 77 (30.47% from 255) = 17.00%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=41.28%
G=17.00%
B=41.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187771890.010.5900.26298.9345.952.16
HexBB4DBD13B01A12b2e34
Octal2731152751730324535664
Binary101110111001101101111011111011011010100101011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4DBD; }

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

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

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

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

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

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

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

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