#BF5CBB

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

Shades of Fuchsia #BF5CBB

Tints of Fuchsia #BF5CBB

Color information

#BF5CBB (or 0xBF5CBB) is unknown color: approx Fuchsia. HEX triplet: BF, 5C and BB. RGB value is (191,92,187). Sum of RGB (Red+Green+Blue) = 191+92+187=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CBB is #40A344. Grayscale: #848484. Windows color (decimal): -4236101 or 12278975. OLE color: 12278975.

HSL color Cylindrical-coordinate representation of color #BF5CBB: hue angle of 302.42º 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 #BF5CBB is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19192187-
CMYK00.520.020.25
HSL302.42º43.61%55.49%-
HSV(B)302.42º51.83%74.9%-
XYZ34.2822.3249.51-
YUV132.43158.8169.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 92 (36.33% from 255) = 19.57%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=40.64%
G=19.57%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919218700.520.020.25302.4243.6155.49
HexBF5CBB03421912e2c37
Octal2771342730642314565467
Binary1011111110111001011101101101001011001100101110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5CBB; }

 p { color: rgb(191,92,187); }

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

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

 a { background-color: rgb(191,92,187); }

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

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

 span { border-color: rgb(191,92,187); }

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