#BD7CC8

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

Shades of East Side #BD7CC8

Tints of East Side #BD7CC8

Color information

#BD7CC8 (or 0xBD7CC8) is unknown color: approx East Side. HEX triplet: BD, 7C and C8. RGB value is (189,124,200). Sum of RGB (Red+Green+Blue) = 189+124+200=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD7CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CC8 is #428337. Grayscale: #979797. Windows color (decimal): -4358968 or 13139133. OLE color: 13139133.

HSL color Cylindrical-coordinate representation of color #BD7CC8: hue angle of 291.32º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7CC8 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189124200-
CMYK0.060.3800.22
HSL291.32º40.86%63.53%-
HSV(B)291.32º38%78.43%-
XYZ38.6229.458.28-
YUV152.1155.03154.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 124 (48.83% from 255) = 24.17%
BLUE value IS 200 (78.52% from 255) = 38.99%
R=36.84%
G=24.17%
B=38.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891242000.060.3800.22291.3240.8663.53
HexBD7CC86260161232940
Octal27517431064602644351100
Binary101111011111100110010001101001100101101001000111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7CC8; }

 p { color: rgb(189,124,200); }

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

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

 a { background-color: rgb(189,124,200); }

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

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

 span { border-color: rgb(189,124,200); }

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