#BD7AEE

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

Shades of Heliotrope #BD7AEE

Tints of Heliotrope #BD7AEE

Color information

#BD7AEE (or 0xBD7AEE) is unknown color: approx Heliotrope. HEX triplet: BD, 7A and EE. RGB value is (189,122,238). Sum of RGB (Red+Green+Blue) = 189+122+238=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD7AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7AEE is #428511. Grayscale: #9A9A9A. Windows color (decimal): -4359442 or 15628989. OLE color: 15628989.

HSL color Cylindrical-coordinate representation of color #BD7AEE: hue angle of 274.66º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD7AEE is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189122238-
CMYK0.210.4900.07
HSL274.66º77.33%70.59%-
HSV(B)274.66º48.74%93.33%-
XYZ43.3830.9184.57-
YUV155.26174.7152.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 122 (48.05% from 255) = 22.22%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=34.43%
G=22.22%
B=43.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891222380.210.4900.07274.6677.3370.59
HexBD7AEE1531071134d47
Octal275172356256107423115107
Binary1011110111110101110111010101110001011110001001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7AEE; }

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

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

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

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

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

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

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

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