#BB5FBA

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

Shades of Fuchsia #BB5FBA

Tints of Fuchsia #BB5FBA

Color information

#BB5FBA (or 0xBB5FBA) is unknown color: approx Fuchsia. HEX triplet: BB, 5F and BA. RGB value is (187,95,186). Sum of RGB (Red+Green+Blue) = 187+95+186=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FBA is #44A045. Grayscale: #848484. Windows color (decimal): -4497478 or 12214203. OLE color: 12214203.

HSL color Cylindrical-coordinate representation of color #BB5FBA: hue angle of 300.65º 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 #BB5FBA is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18795186-
CMYK00.490.010.27
HSL300.65º40.35%55.29%-
HSV(B)300.65º49.2%73.33%-
XYZ33.4522.2948.99-
YUV132.88157.98166.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 95 (37.5% from 255) = 20.30%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=39.96%
G=20.30%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879518600.490.010.27300.6540.3555.29
HexBB5FBA03111B12d2837
Octal2731372720611334555067
Binary101110111011111101110100110001111011100101101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FBA; }

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

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

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

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

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

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

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

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