#B67BDA

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

Shades of East Side #B67BDA

Tints of East Side #B67BDA

Color information

#B67BDA (or 0xB67BDA) is unknown color: approx East Side. HEX triplet: B6, 7B and DA. RGB value is (182,123,218). Sum of RGB (Red+Green+Blue) = 182+123+218=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #B67BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BDA is #498425. Grayscale: #979797. Windows color (decimal): -4817958 or 14318518. OLE color: 14318518.

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

Color convert

RGB182123218-
CMYK0.170.4400.15
HSL277.26º56.21%66.86%-
HSV(B)277.26º43.58%85.49%-
XYZ39.0329.1769.9-
YUV151.47165.55149.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 123 (48.44% from 255) = 23.52%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=34.80%
G=23.52%
B=41.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821232180.170.4400.15277.2656.2166.86
HexB67BDA112C0F1153843
Octal266173332215401742570103
Binary1011011011110111101101010001101100011111000101011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BDA; }

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

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

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

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

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

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

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

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