#BF67C1

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

Shades of Fuchsia #BF67C1

Tints of Fuchsia #BF67C1

Color information

#BF67C1 (or 0xBF67C1) is unknown color: approx Fuchsia. HEX triplet: BF, 67 and C1. RGB value is (191,103,193). Sum of RGB (Red+Green+Blue) = 191+103+193=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF67C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67C1 is #40983E. Grayscale: #8B8B8B. Windows color (decimal): -4233279 or 12675007. OLE color: 12675007.

HSL color Cylindrical-coordinate representation of color #BF67C1: hue angle of 298.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF67C1 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191103193-
CMYK0.010.4700.24
HSL298.67º42.06%58.04%-
HSV(B)298.67º46.63%75.69%-
XYZ35.9624.6353.31-
YUV139.57158.15164.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 103 (40.62% from 255) = 21.15%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=39.22%
G=21.15%
B=39.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911031930.010.4700.24298.6742.0658.04
HexBF67C112F01812b2a3a
Octal2771473011570304535272
Binary101111111100111110000011101111011000100101011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF67C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF67C1; }

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

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

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

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

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

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

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

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