#B07BBB

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

Shades of East Side #B07BBB

Tints of East Side #B07BBB

Color information

#B07BBB (or 0xB07BBB) is unknown color: approx East Side. HEX triplet: B0, 7B and BB. RGB value is (176,123,187). Sum of RGB (Red+Green+Blue) = 176+123+187=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #B07BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BBB is #4F8444. Grayscale: #919191. Windows color (decimal): -5211205 or 12286896. OLE color: 12286896.

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

Color convert

RGB176123187-
CMYK0.060.3400.27
HSL289.69º32%60.78%-
HSV(B)289.69º34.22%73.33%-
XYZ33.9626.9850.43-
YUV146.14151.06149.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 123 (48.44% from 255) = 25.31%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=36.21%
G=25.31%
B=38.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761231870.060.3400.27289.693260.78
HexB07BBB62201B122203d
Octal2601732736420334424075
Binary10110000111101110111011110100010011011100100010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07BBB; }

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

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

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

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

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

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

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

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