#BD7EC6

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

Shades of East Side #BD7EC6

Tints of East Side #BD7EC6

Color information

#BD7EC6 (or 0xBD7EC6) is unknown color: approx East Side. HEX triplet: BD, 7E and C6. RGB value is (189,126,198). Sum of RGB (Red+Green+Blue) = 189+126+198=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD7EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EC6 is #428139. Grayscale: #989898. Windows color (decimal): -4358458 or 13008573. OLE color: 13008573.

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

Color convert

RGB189126198-
CMYK0.050.3600.22
HSL292.5º38.71%63.53%-
HSV(B)292.5º36.36%77.65%-
XYZ38.6429.8257.14-
YUV153.04153.37153.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=36.84%
G=24.56%
B=38.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891261980.050.3600.22292.538.7163.53
HexBD7EC65240161242740
Octal27517630654402644447100
Binary101111011111110110001101011001000101101001001001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7EC6; }

 p { color: rgb(189,126,198); }

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

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

 a { background-color: rgb(189,126,198); }

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

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

 span { border-color: rgb(189,126,198); }

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