#BB5BBD

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

Shades of Fuchsia #BB5BBD

Tints of Fuchsia #BB5BBD

Color information

#BB5BBD (or 0xBB5BBD) is unknown color: approx Fuchsia. HEX triplet: BB, 5B and BD. RGB value is (187,91,189). Sum of RGB (Red+Green+Blue) = 187+91+189=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB5BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BBD is #44A442. Grayscale: #828282. Windows color (decimal): -4498499 or 12409787. OLE color: 12409787.

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

Color convert

RGB18791189-
CMYK0.010.5200.26
HSL298.78º42.61%54.9%-
HSV(B)298.78º51.85%74.12%-
XYZ33.4221.7250.58-
YUV130.88160.8168.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 91 (35.94% from 255) = 19.49%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=40.04%
G=19.49%
B=40.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187911890.010.5200.26298.7842.6154.9
HexBB5BBD13401A12b2b37
Octal2731332751640324535367
Binary101110111011011101111011110100011010100101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5BBD; }

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

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

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

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

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

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

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

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