#BF67BF

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

Shades of Fuchsia #BF67BF

Tints of Fuchsia #BF67BF

Color information

#BF67BF (or 0xBF67BF) is unknown color: approx Fuchsia. HEX triplet: BF, 67 and BF. RGB value is (191,103,191). Sum of RGB (Red+Green+Blue) = 191+103+191=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF67BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67BF is #409840. Grayscale: #8B8B8B. Windows color (decimal): -4233281 or 12543935. OLE color: 12543935.

HSL color Cylindrical-coordinate representation of color #BF67BF: hue angle of 300º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF67BF is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191103191-
CMYK00.4600.25
HSL300º40.74%57.65%-
HSV(B)300º46.07%74.9%-
XYZ35.7424.5452.14-
YUV139.34157.15164.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 103 (40.62% from 255) = 21.24%
BLUE value IS 191 (75% from 255) = 39.38%
R=39.38%
G=21.24%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110319100.4600.2530040.7457.65
HexBF67BF02E01912c293a
Octal2771472770560314545172
Binary101111111100111101111110101110011001100101100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF67BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF67BF; }

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

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

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

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

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

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

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

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