#B67FBB

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

Shades of East Side #B67FBB

Tints of East Side #B67FBB

Color information

#B67FBB (or 0xB67FBB) is unknown color: approx East Side. HEX triplet: B6, 7F and BB. RGB value is (182,127,187). Sum of RGB (Red+Green+Blue) = 182+127+187=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #B67FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67FBB is #498044. Grayscale: #969696. Windows color (decimal): -4816965 or 12287926. OLE color: 12287926.

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

Color convert

RGB182127187-
CMYK0.030.3200.27
HSL295º30.61%61.57%-
HSV(B)295º32.09%73.33%-
XYZ35.8528.7150.67-
YUV150.28148.72150.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 127 (50% from 255) = 25.60%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=36.69%
G=25.60%
B=37.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821271870.030.3200.2729530.6161.57
HexB67FBB32001B1271f3e
Octal2661772733400334473776
Binary101101101111111101110111110000001101110010011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FBB; }

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

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

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

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

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

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

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

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