#BB5FBD

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

Shades of Fuchsia #BB5FBD

Tints of Fuchsia #BB5FBD

Color information

#BB5FBD (or 0xBB5FBD) is unknown color: approx Fuchsia. HEX triplet: BB, 5F and BD. RGB value is (187,95,189). Sum of RGB (Red+Green+Blue) = 187+95+189=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB5FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FBD is #44A042. Grayscale: #848484. Windows color (decimal): -4497475 or 12410811. OLE color: 12410811.

HSL color Cylindrical-coordinate representation of color #BB5FBD: hue angle of 298.72º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5FBD is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18795189-
CMYK0.010.5000.26
HSL298.72º41.59%55.69%-
HSV(B)298.72º49.74%74.12%-
XYZ33.7722.4250.69-
YUV133.22159.48166.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 95 (37.5% from 255) = 20.17%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=39.70%
G=20.17%
B=40.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187951890.010.5000.26298.7241.5955.69
HexBB5FBD13201A12b2a38
Octal2731372751620324535270
Binary101110111011111101111011110010011010100101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FBD; }

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

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

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

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

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

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

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

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