#BD7AEC

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

Shades of Heliotrope #BD7AEC

Tints of Heliotrope #BD7AEC

Color information

#BD7AEC (or 0xBD7AEC) is unknown color: approx Heliotrope. HEX triplet: BD, 7A and EC. RGB value is (189,122,236). Sum of RGB (Red+Green+Blue) = 189+122+236=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD7AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7AEC is #428513. Grayscale: #9A9A9A. Windows color (decimal): -4359444 or 15497917. OLE color: 15497917.

HSL color Cylindrical-coordinate representation of color #BD7AEC: hue angle of 275.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD7AEC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189122236-
CMYK0.200.4800.07
HSL275.26º75%70.2%-
HSV(B)275.26º48.31%92.55%-
XYZ43.0930.7983.03-
YUV155.03173.7152.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 122 (48.05% from 255) = 22.30%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=34.55%
G=22.30%
B=43.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891222360.200.4800.07275.267570.2
HexBD7AEC1430071134b46
Octal275172354246007423113106
Binary1011110111110101110110010100110000011110001001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7AEC; }

 p { color: rgb(189,122,236); }

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

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

 a { background-color: rgb(189,122,236); }

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

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

 span { border-color: rgb(189,122,236); }

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