#B680CD

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

Shades of East Side #B680CD

Tints of East Side #B680CD

Color information

#B680CD (or 0xB680CD) is unknown color: approx East Side. HEX triplet: B6, 80 and CD. RGB value is (182,128,205). Sum of RGB (Red+Green+Blue) = 182+128+205=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #B680CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680CD is #497F32. Grayscale: #989898. Windows color (decimal): -4816691 or 13467830. OLE color: 13467830.

HSL color Cylindrical-coordinate representation of color #B680CD: hue angle of 282.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B680CD is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182128205-
CMYK0.110.3800.20
HSL282.08º43.5%65.29%-
HSV(B)282.08º37.56%80.39%-
XYZ38.0329.7961.5-
YUV152.92157.39148.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=35.34%
G=24.85%
B=39.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821282050.110.3800.20282.0843.565.29
HexB680CDB2601411a2c41
Octal266200315134602443254101
Binary10110110100000001100110110111001100101001000110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680CD; }

 p { color: rgb(182,128,205); }

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

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

 a { background-color: rgb(182,128,205); }

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

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

 span { border-color: rgb(182,128,205); }

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