#B684CC

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

Shades of East Side #B684CC

Tints of East Side #B684CC

Color information

#B684CC (or 0xB684CC) is unknown color: approx East Side. HEX triplet: B6, 84 and CC. RGB value is (182,132,204). Sum of RGB (Red+Green+Blue) = 182+132+204=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #B684CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684CC is #497B33. Grayscale: #9A9A9A. Windows color (decimal): -4815668 or 13403318. OLE color: 13403318.

HSL color Cylindrical-coordinate representation of color #B684CC: hue angle of 281.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B684CC is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB182132204-
CMYK0.110.3500.2
HSL281.67º41.38%65.88%-
HSV(B)281.67º35.29%80%-
XYZ38.4430.8161.05-
YUV155.16155.56147.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=35.14%
G=25.48%
B=39.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821322040.110.3500.2281.6741.3865.88
HexB684CCB2301411a2942
Octal266204314134302443251102
Binary10110110100001001100110010111000110101001000110101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684CC; }

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

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

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

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

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

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

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

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