#B67BBB

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

Shades of East Side #B67BBB

Tints of East Side #B67BBB

Color information

#B67BBB (or 0xB67BBB) is unknown color: approx East Side. HEX triplet: B6, 7B and BB. RGB value is (182,123,187). Sum of RGB (Red+Green+Blue) = 182+123+187=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #B67BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BBB is #498444. Grayscale: #939393. Windows color (decimal): -4817989 or 12286902. OLE color: 12286902.

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

Color convert

RGB182123187-
CMYK0.030.3400.27
HSL295.31º32%60.78%-
HSV(B)295.31º34.22%73.33%-
XYZ35.3427.750.5-
YUV147.94150.05152.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.99%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=36.99%
G=25%
B=38.01%

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
Decimal1821231870.030.3400.27295.313260.78
HexB67BBB32201B127203d
Octal2661732733420334474075
Binary1011011011110111011101111100010011011100100111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BBB; }

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

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

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

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

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

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

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

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