#BB5DB3

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

Shades of Fuchsia #BB5DB3

Tints of Fuchsia #BB5DB3

Color information

#BB5DB3 (or 0xBB5DB3) is unknown color: approx Fuchsia. HEX triplet: BB, 5D and B3. RGB value is (187,93,179). Sum of RGB (Red+Green+Blue) = 187+93+179=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DB3 is #44A24C. Grayscale: #828282. Windows color (decimal): -4497997 or 11754939. OLE color: 11754939.

HSL color Cylindrical-coordinate representation of color #BB5DB3: hue angle of 305.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5DB3 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18793179-
CMYK00.500.040.27
HSL305.11º40.87%54.9%-
HSV(B)305.11º50.27%73.33%-
XYZ32.5421.6545.11-
YUV130.91155.14168.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 93 (36.72% from 255) = 20.26%
BLUE value IS 179 (70.31% from 255) = 39.00%
R=40.74%
G=20.26%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879317900.500.040.27305.1140.8754.9
HexBB5DB303241B1312937
Octal2731352630624334615167
Binary10111011101110110110011011001010011011100110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DB3; }

 p { color: rgb(187,93,179); }

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

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

 a { background-color: rgb(187,93,179); }

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

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

 span { border-color: rgb(187,93,179); }

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