#B67CBA

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

Shades of East Side #B67CBA

Tints of East Side #B67CBA

Color information

#B67CBA (or 0xB67CBA) is unknown color: approx East Side. HEX triplet: B6, 7C and BA. RGB value is (182,124,186). Sum of RGB (Red+Green+Blue) = 182+124+186=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #B67CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CBA is #498345. Grayscale: #949494. Windows color (decimal): -4817734 or 12221622. OLE color: 12221622.

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

Color convert

RGB182124186-
CMYK0.020.3300.27
HSL296.13º31%60.78%-
HSV(B)296.13º33.33%72.94%-
XYZ35.3627.9149.98-
YUV148.41149.22151.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.99%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=36.99%
G=25.20%
B=37.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821241860.020.3300.27296.133160.78
HexB67CBA22101B1281f3d
Octal2661742722410334503775
Binary101101101111100101110101010000101101110010100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67CBA; }

 p { color: rgb(182,124,186); }

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

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

 a { background-color: rgb(182,124,186); }

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

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

 span { border-color: rgb(182,124,186); }

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