#B684CF

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

Shades of East Side #B684CF

Tints of East Side #B684CF

Color information

#B684CF (or 0xB684CF) is unknown color: approx East Side. HEX triplet: B6, 84 and CF. RGB value is (182,132,207). Sum of RGB (Red+Green+Blue) = 182+132+207=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #B684CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684CF is #497B30. Grayscale: #9B9B9B. Windows color (decimal): -4815665 or 13599926. OLE color: 13599926.

HSL color Cylindrical-coordinate representation of color #B684CF: hue angle of 280º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B684CF is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182132207-
CMYK0.120.3600.19
HSL280º43.86%66.47%-
HSV(B)280º36.23%81.18%-
XYZ38.8130.9562.96-
YUV155.5157.06146.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 132 (51.95% from 255) = 25.34%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=34.93%
G=25.34%
B=39.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821322070.120.3600.1928043.8666.47
HexB684CFC240131182c42
Octal266204317144402343054102
Binary10110110100001001100111111001001000100111000110001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684CF; }

 p { color: rgb(182,132,207); }

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

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

 a { background-color: rgb(182,132,207); }

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

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

 span { border-color: rgb(182,132,207); }

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