#BE7BD1

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

Shades of East Side #BE7BD1

Tints of East Side #BE7BD1

Color information

#BE7BD1 (or 0xBE7BD1) is unknown color: approx East Side. HEX triplet: BE, 7B and D1. RGB value is (190,123,209). Sum of RGB (Red+Green+Blue) = 190+123+209=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE7BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BD1 is #41842E. Grayscale: #989898. Windows color (decimal): -4293679 or 13728702. OLE color: 13728702.

HSL color Cylindrical-coordinate representation of color #BE7BD1: hue angle of 286.74º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7BD1 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190123209-
CMYK0.090.4100.18
HSL286.74º48.31%65.1%-
HSV(B)286.74º41.15%81.96%-
XYZ39.8329.7263.96-
YUV152.84159.7154.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 123 (48.44% from 255) = 23.56%
BLUE value IS 209 (82.03% from 255) = 40.04%
R=36.40%
G=23.56%
B=40.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901232090.090.4100.18286.7448.3165.1
HexBE7BD192901211f3041
Octal276173321115102243760101
Binary1011111011110111101000110011010010100101000111111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BD1; }

 p { color: rgb(190,123,209); }

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

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

 a { background-color: rgb(190,123,209); }

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

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

 span { border-color: rgb(190,123,209); }

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