#BF75BA

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

Shades of Fuchsia #BF75BA

Tints of Fuchsia #BF75BA

Color information

#BF75BA (or 0xBF75BA) is unknown color: approx Fuchsia. HEX triplet: BF, 75 and BA. RGB value is (191,117,186). Sum of RGB (Red+Green+Blue) = 191+117+186=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75BA is #408A45. Grayscale: #929292. Windows color (decimal): -4229702 or 12219839. OLE color: 12219839.

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

Color convert

RGB191117186-
CMYK00.390.030.25
HSL304.05º36.63%60.39%-
HSV(B)304.05º38.74%74.9%-
XYZ36.7127.3449.8-
YUV146.99150.02159.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 117 (46.09% from 255) = 23.68%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=38.66%
G=23.68%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111718600.390.030.25304.0536.6360.39
HexBF75BA027319130253c
Octal2771652720473314604574
Binary1011111111101011011101001001111111001100110000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75BA; }

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

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

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

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

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

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

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

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