#BB5FB3

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

Shades of Fuchsia #BB5FB3

Tints of Fuchsia #BB5FB3

Color information

#BB5FB3 (or 0xBB5FB3) is unknown color: approx Fuchsia. HEX triplet: BB, 5F and B3. RGB value is (187,95,179). Sum of RGB (Red+Green+Blue) = 187+95+179=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FB3 is #44A04C. Grayscale: #838383. Windows color (decimal): -4497485 or 11755451. OLE color: 11755451.

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

Color convert

RGB18795179-
CMYK00.490.040.27
HSL305.22º40.35%55.29%-
HSV(B)305.22º49.2%73.33%-
XYZ32.722245.17-
YUV132.08154.48167.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 95 (37.5% from 255) = 20.61%
BLUE value IS 179 (70.31% from 255) = 38.83%
R=40.56%
G=20.61%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879517900.490.040.27305.2240.3555.29
HexBB5FB303141B1312837
Octal2731372630614334615067
Binary10111011101111110110011011000110011011100110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FB3; }

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

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

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

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

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

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

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

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