#B683CD

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

Shades of East Side #B683CD

Tints of East Side #B683CD

Color information

#B683CD (or 0xB683CD) is unknown color: approx East Side. HEX triplet: B6, 83 and CD. RGB value is (182,131,205). Sum of RGB (Red+Green+Blue) = 182+131+205=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #B683CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B683CD is #497C32. Grayscale: #9A9A9A. Windows color (decimal): -4815923 or 13468598. OLE color: 13468598.

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

Color convert

RGB182131205-
CMYK0.110.3600.20
HSL281.35º42.53%65.88%-
HSV(B)281.35º36.1%80.39%-
XYZ38.4330.5961.64-
YUV154.68156.4147.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 131 (51.56% from 255) = 25.29%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=35.14%
G=25.29%
B=39.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821312050.110.3600.20281.3542.5365.88
HexB683CDB240141192b42
Octal266203315134402443153102
Binary10110110100000111100110110111001000101001000110011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B683CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B683CD; }

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

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

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

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

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

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

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

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