#B67DBE

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

Shades of East Side #B67DBE

Tints of East Side #B67DBE

Color information

#B67DBE (or 0xB67DBE) is unknown color: approx East Side. HEX triplet: B6, 7D and BE. RGB value is (182,125,190). Sum of RGB (Red+Green+Blue) = 182+125+190=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #B67DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67DBE is #498241. Grayscale: #959595. Windows color (decimal): -4817474 or 12484022. OLE color: 12484022.

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

Color convert

RGB182125190-
CMYK0.040.3400.25
HSL292.62º33.33%61.76%-
HSV(B)292.62º34.21%74.51%-
XYZ35.9228.3352.29-
YUV149.45150.88151.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=36.62%
G=25.15%
B=38.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821251900.040.3400.25292.6233.3361.76
HexB67DBE422019125213e
Octal2661752764420314454176
Binary10110110111110110111110100100010011001100100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DBE; }

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

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

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

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

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

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

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

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