#BF60C6

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

Shades of Fuchsia #BF60C6

Tints of Fuchsia #BF60C6

Color information

#BF60C6 (or 0xBF60C6) is unknown color: approx Fuchsia. HEX triplet: BF, 60 and C6. RGB value is (191,96,198). Sum of RGB (Red+Green+Blue) = 191+96+198=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF60C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60C6 is #409F39. Grayscale: #878787. Windows color (decimal): -4235066 or 13000895. OLE color: 13000895.

HSL color Cylindrical-coordinate representation of color #BF60C6: hue angle of 295.88º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF60C6 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19196198-
CMYK0.040.5200.22
HSL295.88º47.22%57.65%-
HSV(B)295.88º51.52%77.65%-
XYZ35.8623.5256.08-
YUV136.03162.97167.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 198 (77.73% from 255) = 40.82%
R=39.38%
G=19.79%
B=40.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191961980.040.5200.22295.8847.2257.65
HexBF60C64340161282f3a
Octal2771403064640264505772
Binary10111111110000011000110100110100010110100101000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60C6; }

 p { color: rgb(191,96,198); }

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

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

 a { background-color: rgb(191,96,198); }

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

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

 span { border-color: rgb(191,96,198); }

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