#BF82C7

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

Shades of East Side #BF82C7

Tints of East Side #BF82C7

Color information

#BF82C7 (or 0xBF82C7) is unknown color: approx East Side. HEX triplet: BF, 82 and C7. RGB value is (191,130,199). Sum of RGB (Red+Green+Blue) = 191+130+199=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 199 - color contains mainly: blue. Hex color #BF82C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82C7 is #407D38. Grayscale: #9B9B9B. Windows color (decimal): -4226361 or 13075135. OLE color: 13075135.

HSL color Cylindrical-coordinate representation of color #BF82C7: hue angle of 293.04º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF82C7 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191130199-
CMYK0.040.3500.22
HSL293.04º38.12%64.51%-
HSV(B)293.04º34.67%78.04%-
XYZ39.7831.1757.95-
YUV156.1152.21152.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 199 (78.12% from 255) = 38.27%
R=36.73%
G=25%
B=38.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911301990.040.3500.22293.0438.1264.51
HexBF82C74230161252641
Octal27720230744302644546101
Binary1011111110000010110001111001000110101101001001011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82C7; }

 p { color: rgb(191,130,199); }

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

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

 a { background-color: rgb(191,130,199); }

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

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

 span { border-color: rgb(191,130,199); }

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