#BF5CC0

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

Shades of Fuchsia #BF5CC0

Tints of Fuchsia #BF5CC0

Color information

#BF5CC0 (or 0xBF5CC0) is unknown color: approx Fuchsia. HEX triplet: BF, 5C and C0. RGB value is (191,92,192). Sum of RGB (Red+Green+Blue) = 191+92+192=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF5CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CC0 is #40A33F. Grayscale: #848484. Windows color (decimal): -4236096 or 12606655. OLE color: 12606655.

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

Color convert

RGB19192192-
CMYK0.010.5200.25
HSL299.4º44.25%55.69%-
HSV(B)299.4º52.08%75.29%-
XYZ34.8322.5452.38-
YUV133161.3169.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 192 (75.39% from 255) = 40.42%
R=40.21%
G=19.37%
B=40.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191921920.010.5200.25299.444.2555.69
HexBF5CC013401912b2c38
Octal2771343001640314535470
Binary101111111011100110000001110100011001100101011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5CC0; }

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

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

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

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

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

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

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

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