#B07ED7

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

Shades of East Side #B07ED7

Tints of East Side #B07ED7

Color information

#B07ED7 (or 0xB07ED7) is unknown color: approx East Side. HEX triplet: B0, 7E and D7. RGB value is (176,126,215). Sum of RGB (Red+Green+Blue) = 176+126+215=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #B07ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07ED7 is #4F8128. Grayscale: #969696. Windows color (decimal): -5210409 or 14122672. OLE color: 14122672.

HSL color Cylindrical-coordinate representation of color #B07ED7: hue angle of 273.71º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B07ED7 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176126215-
CMYK0.180.4100.16
HSL273.71º52.66%66.86%-
HSV(B)273.71º41.4%84.31%-
XYZ37.6329.0667.92-
YUV151.1164.06145.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 215 (84.38% from 255) = 41.59%
R=34.04%
G=24.37%
B=41.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761262150.180.4100.16273.7152.6666.86
HexB07ED712290101123543
Octal260176327225102042265103
Binary10110000111111011010111100101010010100001000100101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07ED7; }

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

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

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

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

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

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

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

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