#BD82CD

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

Shades of East Side #BD82CD

Tints of East Side #BD82CD

Color information

#BD82CD (or 0xBD82CD) is unknown color: approx East Side. HEX triplet: BD, 82 and CD. RGB value is (189,130,205). Sum of RGB (Red+Green+Blue) = 189+130+205=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 130 (51.17% from 255 or 24.81% 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 #BD82CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82CD is #427D32. Grayscale: #9B9B9B. Windows color (decimal): -4357427 or 13468349. OLE color: 13468349.

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

Color convert

RGB189130205-
CMYK0.080.3700.20
HSL287.2º42.86%65.69%-
HSV(B)287.2º36.59%80.39%-
XYZ39.9931.1961.67-
YUV156.19155.55151.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=36.07%
G=24.81%
B=39.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891302050.080.3700.20287.242.8665.69
HexBD82CD82501411f2b42
Octal275202315104502443753102
Binary10111101100000101100110110001001010101001000111111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD82CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD82CD; }

 p { color: rgb(189,130,205); }

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

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

 a { background-color: rgb(189,130,205); }

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

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

 span { border-color: rgb(189,130,205); }

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