#BF75BE

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

Shades of Fuchsia #BF75BE

Tints of Fuchsia #BF75BE

Color information

#BF75BE (or 0xBF75BE) is unknown color: approx Fuchsia. HEX triplet: BF, 75 and BE. RGB value is (191,117,190). Sum of RGB (Red+Green+Blue) = 191+117+190=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75BE is #408A41. Grayscale: #939393. Windows color (decimal): -4229698 or 12481983. OLE color: 12481983.

HSL color Cylindrical-coordinate representation of color #BF75BE: hue angle of 300.81º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF75BE is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191117190-
CMYK00.390.010.25
HSL300.81º36.63%60.39%-
HSV(B)300.81º38.74%74.9%-
XYZ37.1427.5252.07-
YUV147.45152.02159.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 117 (46.09% from 255) = 23.49%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=38.35%
G=23.49%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111719000.390.010.25300.8136.6360.39
HexBF75BE02711912d253c
Octal2771652760471314554574
Binary101111111110101101111100100111111001100101101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75BE; }

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

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

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

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

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

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

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

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