#B07DBA

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

Shades of East Side #B07DBA

Tints of East Side #B07DBA

Color information

#B07DBA (or 0xB07DBA) is unknown color: approx East Side. HEX triplet: B0, 7D and BA. RGB value is (176,125,186). Sum of RGB (Red+Green+Blue) = 176+125+186=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #B07DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DBA is #4F8245. Grayscale: #939393. Windows color (decimal): -5210694 or 12221872. OLE color: 12221872.

HSL color Cylindrical-coordinate representation of color #B07DBA: hue angle of 290.16º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B07DBA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176125186-
CMYK0.050.3300.27
HSL290.16º30.65%60.98%-
HSV(B)290.16º32.8%72.94%-
XYZ34.127.4449.95-
YUV147.2149.9148.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 125 (49.22% from 255) = 25.67%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=36.14%
G=25.67%
B=38.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761251860.050.3300.27290.1630.6560.98
HexB07DBA52101B1221f3d
Octal2601752725410334423775
Binary1011000011111011011101010110000101101110010001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DBA; }

 p { color: rgb(176,125,186); }

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

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

 a { background-color: rgb(176,125,186); }

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

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

 span { border-color: rgb(176,125,186); }

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