#BD84C3

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

Shades of East Side #BD84C3

Tints of East Side #BD84C3

Color information

#BD84C3 (or 0xBD84C3) is unknown color: approx East Side. HEX triplet: BD, 84 and C3. RGB value is (189,132,195). Sum of RGB (Red+Green+Blue) = 189+132+195=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD84C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84C3 is #427B3C. Grayscale: #9C9C9C. Windows color (decimal): -4356925 or 12813501. OLE color: 12813501.

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

Color convert

RGB189132195-
CMYK0.030.3200.24
HSL294.29º34.43%64.12%-
HSV(B)294.29º32.31%76.47%-
XYZ39.0931.2655.6-
YUV156.22149.88151.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 195 (76.56% from 255) = 37.79%
R=36.63%
G=25.58%
B=37.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891321950.030.3200.24294.2934.4364.12
HexBD84C33200181262240
Octal27520430334003044642100
Binary101111011000010011000011111000000110001001001101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84C3; }

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

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

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

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

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

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

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

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