#BF7FC9

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

Shades of East Side #BF7FC9

Tints of East Side #BF7FC9

Color information

#BF7FC9 (or 0xBF7FC9) is unknown color: approx East Side. HEX triplet: BF, 7F and C9. RGB value is (191,127,201). Sum of RGB (Red+Green+Blue) = 191+127+201=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF7FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FC9 is #408036. Grayscale: #9A9A9A. Windows color (decimal): -4227127 or 13205439. OLE color: 13205439.

HSL color Cylindrical-coordinate representation of color #BF7FC9: hue angle of 291.89º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF7FC9 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191127201-
CMYK0.050.3700.21
HSL291.89º40.66%64.31%-
HSV(B)291.89º36.82%78.82%-
XYZ39.6230.4759.05-
YUV154.57154.2153.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 201 (78.91% from 255) = 38.73%
R=36.80%
G=24.47%
B=38.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911272010.050.3700.21291.8940.6664.31
HexBF7FC95250151242940
Octal27717731154502544451100
Binary101111111111111110010011011001010101011001001001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FC9; }

 p { color: rgb(191,127,201); }

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

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

 a { background-color: rgb(191,127,201); }

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

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

 span { border-color: rgb(191,127,201); }

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