#BB4BBD

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

Shades of Fuchsia #BB4BBD

Tints of Fuchsia #BB4BBD

Color information

#BB4BBD (or 0xBB4BBD) is unknown color: approx Fuchsia. HEX triplet: BB, 4B and BD. RGB value is (187,75,189). Sum of RGB (Red+Green+Blue) = 187+75+189=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB4BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4BBD is #44B442. Grayscale: #797979. Windows color (decimal): -4502595 or 12405691. OLE color: 12405691.

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

Color convert

RGB18775189-
CMYK0.010.6000.26
HSL298.95º46.34%51.76%-
HSV(B)298.95º60.32%74.12%-
XYZ32.1919.2750.17-
YUV121.48166.11174.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 75 (29.69% from 255) = 16.63%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=41.46%
G=16.63%
B=41.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187751890.010.6000.26298.9546.3451.76
HexBB4BBD13C01A12b2e34
Octal2731132751740324535664
Binary101110111001011101111011111100011010100101011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4BBD; }

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

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

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

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

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

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

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

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