#B67EBC

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

Shades of East Side #B67EBC

Tints of East Side #B67EBC

Color information

#B67EBC (or 0xB67EBC) is unknown color: approx East Side. HEX triplet: B6, 7E and BC. RGB value is (182,126,188). Sum of RGB (Red+Green+Blue) = 182+126+188=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #B67EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67EBC is #498143. Grayscale: #959595. Windows color (decimal): -4817220 or 12353206. OLE color: 12353206.

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

Color convert

RGB182126188-
CMYK0.030.3300.26
HSL294.19º31.63%61.57%-
HSV(B)294.19º32.98%73.73%-
XYZ35.8328.551.19-
YUV149.81149.55150.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 126 (49.61% from 255) = 25.40%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=36.69%
G=25.40%
B=37.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821261880.030.3300.26294.1931.6361.57
HexB67EBC32101A126203e
Octal2661762743410324464076
Binary1011011011111101011110011100001011010100100110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67EBC; }

 p { color: rgb(182,126,188); }

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

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

 a { background-color: rgb(182,126,188); }

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

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

 span { border-color: rgb(182,126,188); }

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