#B07ED2

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

Shades of East Side #B07ED2

Tints of East Side #B07ED2

Color information

#B07ED2 (or 0xB07ED2) is unknown color: approx East Side. HEX triplet: B0, 7E and D2. RGB value is (176,126,210). Sum of RGB (Red+Green+Blue) = 176+126+210=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #B07ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07ED2 is #4F812D. Grayscale: #969696. Windows color (decimal): -5210414 or 13794992. OLE color: 13794992.

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

Color convert

RGB176126210-
CMYK0.160.400.18
HSL275.71º48.28%65.88%-
HSV(B)275.71º40%82.35%-
XYZ3728.864.58-
YUV150.53161.56146.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 210 (82.42% from 255) = 41.02%
R=34.38%
G=24.61%
B=41.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761262100.160.400.18275.7148.2865.88
HexB07ED210280121143042
Octal260176322205002242460102
Binary10110000111111011010010100001010000100101000101001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07ED2; }

 p { color: rgb(176,126,210); }

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

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

 a { background-color: rgb(176,126,210); }

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

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

 span { border-color: rgb(176,126,210); }

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