#BF67C6

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

Shades of Fuchsia #BF67C6

Tints of Fuchsia #BF67C6

Color information

#BF67C6 (or 0xBF67C6) is unknown color: approx Fuchsia. HEX triplet: BF, 67 and C6. RGB value is (191,103,198). Sum of RGB (Red+Green+Blue) = 191+103+198=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF67C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67C6 is #409839. Grayscale: #8B8B8B. Windows color (decimal): -4233274 or 13002687. OLE color: 13002687.

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

Color convert

RGB191103198-
CMYK0.040.4800.22
HSL295.58º45.45%59.02%-
HSV(B)295.58º47.98%77.65%-
XYZ36.5324.8556.3-
YUV140.14160.65164.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 103 (40.62% from 255) = 20.93%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=38.82%
G=20.93%
B=40.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911031980.040.4800.22295.5845.4559.02
HexBF67C64300161282d3b
Octal2771473064600264505573
Binary10111111110011111000110100110000010110100101000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF67C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF67C6; }

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

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

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

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

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

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

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

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