#BC83CD

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

Shades of East Side #BC83CD

Tints of East Side #BC83CD

Color information

#BC83CD (or 0xBC83CD) is unknown color: approx East Side. HEX triplet: BC, 83 and CD. RGB value is (188,131,205). Sum of RGB (Red+Green+Blue) = 188+131+205=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC83CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83CD is #437C32. Grayscale: #9C9C9C. Windows color (decimal): -4422707 or 13468604. OLE color: 13468604.

HSL color Cylindrical-coordinate representation of color #BC83CD: hue angle of 286.22º 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 #BC83CD is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188131205-
CMYK0.080.3600.20
HSL286.22º42.53%65.88%-
HSV(B)286.22º36.1%80.39%-
XYZ39.8731.3361.7-
YUV156.48155.38150.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 131 (51.56% from 255) = 25%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=35.88%
G=25%
B=39.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881312050.080.3600.20286.2242.5365.88
HexBC83CD82401411e2b42
Octal274203315104402443653102
Binary10111100100000111100110110001001000101001000111101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83CD; }

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

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

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

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

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

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

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

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