#BF67BE

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

Shades of Fuchsia #BF67BE

Tints of Fuchsia #BF67BE

Color information

#BF67BE (or 0xBF67BE) is unknown color: approx Fuchsia. HEX triplet: BF, 67 and BE. RGB value is (191,103,190). Sum of RGB (Red+Green+Blue) = 191+103+190=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF67BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67BE is #409841. Grayscale: #8A8A8A. Windows color (decimal): -4233282 or 12478399. OLE color: 12478399.

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

Color convert

RGB191103190-
CMYK00.460.010.25
HSL300.68º40.74%57.65%-
HSV(B)300.68º46.07%74.9%-
XYZ35.6324.4951.57-
YUV139.23156.65164.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=39.46%
G=21.28%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110319000.460.010.25300.6840.7457.65
HexBF67BE02E11912d293a
Octal2771472760561314555172
Binary101111111100111101111100101110111001100101101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF67BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF67BE; }

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

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

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

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

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

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

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

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