#B67BD6

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

Shades of East Side #B67BD6

Tints of East Side #B67BD6

Color information

#B67BD6 (or 0xB67BD6) is unknown color: approx East Side. HEX triplet: B6, 7B and D6. RGB value is (182,123,214). Sum of RGB (Red+Green+Blue) = 182+123+214=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #B67BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BD6 is #498429. Grayscale: #969696. Windows color (decimal): -4817962 or 14056374. OLE color: 14056374.

HSL color Cylindrical-coordinate representation of color #B67BD6: hue angle of 278.9º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B67BD6 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182123214-
CMYK0.150.4300.16
HSL278.9º52.6%66.08%-
HSV(B)278.9º42.52%83.92%-
XYZ38.5128.9767.18-
YUV151.01163.55150.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 123 (48.44% from 255) = 23.70%
BLUE value IS 214 (83.98% from 255) = 41.23%
R=35.07%
G=23.70%
B=41.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821232140.150.4300.16278.952.666.08
HexB67BD6F2B0101173542
Octal266173326175302042765102
Binary1011011011110111101011011111010110100001000101111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BD6; }

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

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

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

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

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

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

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

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