#B67FBE

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

Shades of East Side #B67FBE

Tints of East Side #B67FBE

Color information

#B67FBE (or 0xB67FBE) is unknown color: approx East Side. HEX triplet: B6, 7F and BE. RGB value is (182,127,190). Sum of RGB (Red+Green+Blue) = 182+127+190=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #B67FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67FBE is #498041. Grayscale: #969696. Windows color (decimal): -4816962 or 12484534. OLE color: 12484534.

HSL color Cylindrical-coordinate representation of color #B67FBE: hue angle of 292.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B67FBE is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182127190-
CMYK0.040.3300.25
HSL292.38º32.64%62.16%-
HSV(B)292.38º33.16%74.51%-
XYZ36.1828.8452.38-
YUV150.63150.22150.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=36.47%
G=25.45%
B=38.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821271900.040.3300.25292.3832.6462.16
HexB67FBE421019124213e
Octal2661772764410314444176
Binary10110110111111110111110100100001011001100100100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FBE; }

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

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

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

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

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

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

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

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