#BF67B7

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

Shades of Fuchsia #BF67B7

Tints of Fuchsia #BF67B7

Color information

#BF67B7 (or 0xBF67B7) is unknown color: approx Fuchsia. HEX triplet: BF, 67 and B7. RGB value is (191,103,183). Sum of RGB (Red+Green+Blue) = 191+103+183=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF67B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67B7 is #409848. Grayscale: #8A8A8A. Windows color (decimal): -4233289 or 12019647. OLE color: 12019647.

HSL color Cylindrical-coordinate representation of color #BF67B7: hue angle of 305.45º 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 #BF67B7 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191103183-
CMYK00.460.040.25
HSL305.45º40.74%57.65%-
HSV(B)305.45º46.07%74.9%-
XYZ34.8824.247.63-
YUV138.43153.15165.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 183 (71.88% from 255) = 38.36%
R=40.04%
G=21.59%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110318300.460.040.25305.4540.7457.65
HexBF67B702E419131293a
Octal2771472670564314615172
Binary10111111110011110110111010111010011001100110001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF67B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF67B7; }

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

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

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

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

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

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

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

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