#B67BDB

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

Shades of East Side #B67BDB

Tints of East Side #B67BDB

Color information

#B67BDB (or 0xB67BDB) is unknown color: approx East Side. HEX triplet: B6, 7B and DB. RGB value is (182,123,219). Sum of RGB (Red+Green+Blue) = 182+123+219=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #B67BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BDB is #498424. Grayscale: #979797. Windows color (decimal): -4817957 or 14384054. OLE color: 14384054.

HSL color Cylindrical-coordinate representation of color #B67BDB: hue angle of 276.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B67BDB is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182123219-
CMYK0.170.4400.14
HSL276.88º57.14%67.06%-
HSV(B)276.88º43.84%85.88%-
XYZ39.1629.2370.59-
YUV151.58166.05149.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 123 (48.44% from 255) = 23.47%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=34.73%
G=23.47%
B=41.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821232190.170.4400.14276.8857.1467.06
HexB67BDB112C0E1153943
Octal266173333215401642571103
Binary1011011011110111101101110001101100011101000101011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BDB; }

 p { color: rgb(182,123,219); }

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

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

 a { background-color: rgb(182,123,219); }

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

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

 span { border-color: rgb(182,123,219); }

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