#B07BB9

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

Shades of East Side #B07BB9

Tints of East Side #B07BB9

Color information

#B07BB9 (or 0xB07BB9) is unknown color: approx East Side. HEX triplet: B0, 7B and B9. RGB value is (176,123,185). Sum of RGB (Red+Green+Blue) = 176+123+185=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #B07BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BB9 is #4F8446. Grayscale: #919191. Windows color (decimal): -5211207 or 12155824. OLE color: 12155824.

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

Color convert

RGB176123185-
CMYK0.050.3400.27
HSL291.29º30.69%60.39%-
HSV(B)291.29º33.51%72.55%-
XYZ33.7426.949.31-
YUV145.92150.06149.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 123 (48.44% from 255) = 25.41%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=36.36%
G=25.41%
B=38.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761231850.050.3400.27291.2930.6960.39
HexB07BB952201B1231f3c
Octal2601732715420334433774
Binary1011000011110111011100110110001001101110010001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07BB9; }

 p { color: rgb(176,123,185); }

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

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

 a { background-color: rgb(176,123,185); }

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

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

 span { border-color: rgb(176,123,185); }

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