#BF67BB

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

Shades of Fuchsia #BF67BB

Tints of Fuchsia #BF67BB

Color information

#BF67BB (or 0xBF67BB) is unknown color: approx Fuchsia. HEX triplet: BF, 67 and BB. RGB value is (191,103,187). Sum of RGB (Red+Green+Blue) = 191+103+187=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF67BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67BB is #409844. Grayscale: #8A8A8A. Windows color (decimal): -4233285 or 12281791. OLE color: 12281791.

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

Color convert

RGB191103187-
CMYK00.460.020.25
HSL302.73º40.74%57.65%-
HSV(B)302.73º46.07%74.9%-
XYZ35.3124.3649.86-
YUV138.89155.15165.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 103 (40.62% from 255) = 21.41%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=39.71%
G=21.41%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110318700.460.020.25302.7340.7457.65
HexBF67BB02E21912f293a
Octal2771472730562314575172
Binary1011111111001111011101101011101011001100101111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF67BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF67BB; }

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

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

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

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

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

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

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

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