#BF7FCC

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

Shades of East Side #BF7FCC

Tints of East Side #BF7FCC

Color information

#BF7FCC (or 0xBF7FCC) is unknown color: approx East Side. HEX triplet: BF, 7F and CC. RGB value is (191,127,204). Sum of RGB (Red+Green+Blue) = 191+127+204=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FCC is #408033. Grayscale: #9A9A9A. Windows color (decimal): -4227124 or 13402047. OLE color: 13402047.

HSL color Cylindrical-coordinate representation of color #BF7FCC: hue angle of 289.87º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF7FCC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191127204-
CMYK0.060.3800.2
HSL289.87º43.02%64.9%-
HSV(B)289.87º37.75%80%-
XYZ39.9730.6160.93-
YUV154.91155.7153.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 127 (50% from 255) = 24.33%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=36.59%
G=24.33%
B=39.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911272040.060.3800.2289.8743.0264.9
HexBF7FCC6260141222b41
Octal27717731464602444253101
Binary101111111111111110011001101001100101001001000101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FCC; }

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

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

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

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

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

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

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

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