#BD7CC1

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

Shades of East Side #BD7CC1

Tints of East Side #BD7CC1

Color information

#BD7CC1 (or 0xBD7CC1) is unknown color: approx East Side. HEX triplet: BD, 7C and C1. RGB value is (189,124,193). Sum of RGB (Red+Green+Blue) = 189+124+193=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CC1 is #42833E. Grayscale: #979797. Windows color (decimal): -4358975 or 12680381. OLE color: 12680381.

HSL color Cylindrical-coordinate representation of color #BD7CC1: hue angle of 296.52º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD7CC1 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189124193-
CMYK0.020.3600.24
HSL296.52º35.75%62.16%-
HSV(B)296.52º35.75%75.69%-
XYZ37.8229.0854.07-
YUV151.3151.53154.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=37.35%
G=24.51%
B=38.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891241930.020.3600.24296.5235.7562.16
HexBD7CC1224018129243e
Octal2751743012440304514476
Binary1011110111111001100000110100100011000100101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7CC1; }

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

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

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

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

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

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

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

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