#B07DBE

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

Shades of East Side #B07DBE

Tints of East Side #B07DBE

Color information

#B07DBE (or 0xB07DBE) is unknown color: approx East Side. HEX triplet: B0, 7D and BE. RGB value is (176,125,190). Sum of RGB (Red+Green+Blue) = 176+125+190=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #B07DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DBE is #4F8241. Grayscale: #939393. Windows color (decimal): -5210690 or 12484016. OLE color: 12484016.

HSL color Cylindrical-coordinate representation of color #B07DBE: hue angle of 287.08º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07DBE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176125190-
CMYK0.070.3400.25
HSL287.08º33.33%61.76%-
HSV(B)287.08º34.21%74.51%-
XYZ34.5327.6252.23-
YUV147.66151.9148.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=35.85%
G=25.46%
B=38.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761251900.070.3400.25287.0833.3361.76
HexB07DBE72201911f213e
Octal2601752767420314374176
Binary10110000111110110111110111100010011001100011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DBE; }

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

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

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

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

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

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

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

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