#BF7CD5

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

Shades of East Side #BF7CD5

Tints of East Side #BF7CD5

Color information

#BF7CD5 (or 0xBF7CD5) is unknown color: approx East Side. HEX triplet: BF, 7C and D5. RGB value is (191,124,213). Sum of RGB (Red+Green+Blue) = 191+124+213=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF7CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CD5 is #40832A. Grayscale: #999999. Windows color (decimal): -4227883 or 13991103. OLE color: 13991103.

HSL color Cylindrical-coordinate representation of color #BF7CD5: hue angle of 285.17º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF7CD5 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191124213-
CMYK0.100.4200.16
HSL285.17º51.45%66.08%-
HSV(B)285.17º41.78%83.53%-
XYZ40.730.366.65-
YUV154.18161.2154.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 124 (48.83% from 255) = 23.48%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=36.17%
G=23.48%
B=40.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911242130.100.4200.16285.1751.4566.08
HexBF7CD5A2A01011d3342
Octal277174325125202043563102
Binary1011111111111001101010110101010100100001000111011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7CD5; }

 p { color: rgb(191,124,213); }

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

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

 a { background-color: rgb(191,124,213); }

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

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

 span { border-color: rgb(191,124,213); }

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