#bf5bba

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

Shades of Fuchsia #BF5BBA

Tints of Fuchsia #BF5BBA

Color information

#BF5BBA (or 0xBF5BBA) is unknown color: approx Fuchsia. HEX triplet: BF, 5B and BA. RGB value is (191,91,186). Sum of RGB (Red+Green+Blue) = 191+91+186=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BBA is #40A445. Grayscale: #838383. Windows color (decimal): -4236358 or 12213183. OLE color: 12213183.

HSL color Cylindrical-coordinate representation of color #BF5BBA: hue angle of 303º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5BBA is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19191186-
CMYK00.520.030.25
HSL303º43.86%55.29%-
HSV(B)303º52.36%74.9%-
XYZ34.0922.148.92-
YUV131.73158.63170.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 91 (35.94% from 255) = 19.44%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=40.81%
G=19.44%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919118600.520.030.2530343.8655.29
HexBF5BBA03431912f2c37
Octal2771332720643314575467
Binary1011111110110111011101001101001111001100101111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5bba; }

 p { color: rgb(191,91,186); }

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

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

 a { background-color: rgb(191,91,186); }

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

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

 span { border-color: rgb(191,91,186); }

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