#BD83C3

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

Shades of East Side #BD83C3

Tints of East Side #BD83C3

Color information

#BD83C3 (or 0xBD83C3) is unknown color: approx East Side. HEX triplet: BD, 83 and C3. RGB value is (189,131,195). Sum of RGB (Red+Green+Blue) = 189+131+195=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD83C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83C3 is #427C3C. Grayscale: #9B9B9B. Windows color (decimal): -4357181 or 12813245. OLE color: 12813245.

HSL color Cylindrical-coordinate representation of color #BD83C3: hue angle of 294.38º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD83C3 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189131195-
CMYK0.030.3300.24
HSL294.38º34.78%63.92%-
HSV(B)294.38º32.82%76.47%-
XYZ38.9530.9955.56-
YUV155.64150.22151.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 195 (76.56% from 255) = 37.86%
R=36.70%
G=25.44%
B=37.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891311950.030.3300.24294.3834.7863.92
HexBD83C33210181262340
Octal27520330334103044643100
Binary101111011000001111000011111000010110001001001101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83C3; }

 p { color: rgb(189,131,195); }

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

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

 a { background-color: rgb(189,131,195); }

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

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

 span { border-color: rgb(189,131,195); }

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