#B07DB5

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

Shades of East Side #B07DB5

Tints of East Side #B07DB5

Color information

#B07DB5 (or 0xB07DB5) is unknown color: approx East Side. HEX triplet: B0, 7D and B5. RGB value is (176,125,181). Sum of RGB (Red+Green+Blue) = 176+125+181=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #B07DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DB5 is #4F824A. Grayscale: #929292. Windows color (decimal): -5210699 or 11894192. OLE color: 11894192.

HSL color Cylindrical-coordinate representation of color #B07DB5: hue angle of 294.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07DB5 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176125181-
CMYK0.030.3100.29
HSL294.64º27.45%60%-
HSV(B)294.64º30.94%70.98%-
XYZ33.5827.2347.2-
YUV146.63147.4148.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=36.51%
G=25.93%
B=37.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761251810.030.3100.29294.6427.4560
HexB07DB531F01D1271b3c
Octal2601752653370354473374
Binary10110000111110110110101111111101110110010011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DB5; }

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

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

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

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

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

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

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

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