#B57BBB

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

Shades of East Side #B57BBB

Tints of East Side #B57BBB

Color information

#B57BBB (or 0xB57BBB) is unknown color: approx East Side. HEX triplet: B5, 7B and BB. RGB value is (181,123,187). Sum of RGB (Red+Green+Blue) = 181+123+187=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #B57BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BBB is #4A8444. Grayscale: #939393. Windows color (decimal): -4883525 or 12286901. OLE color: 12286901.

HSL color Cylindrical-coordinate representation of color #B57BBB: hue angle of 294.38º 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 #B57BBB is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181123187-
CMYK0.030.3400.27
HSL294.38º32%60.78%-
HSV(B)294.38º34.22%73.33%-
XYZ35.1127.5850.49-
YUV147.64150.22151.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 123 (48.44% from 255) = 25.05%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=36.86%
G=25.05%
B=38.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811231870.030.3400.27294.383260.78
HexB57BBB32201B126203d
Octal2651732733420334464075
Binary1011010111110111011101111100010011011100100110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BBB; }

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

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

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

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

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

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

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

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