#BD7AFA

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

Shades of Heliotrope #BD7AFA

Tints of Heliotrope #BD7AFA

Color information

#BD7AFA (or 0xBD7AFA) is unknown color: approx Heliotrope. HEX triplet: BD, 7A and FA. RGB value is (189,122,250). Sum of RGB (Red+Green+Blue) = 189+122+250=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD7AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7AFA is #428505. Grayscale: #9C9C9C. Windows color (decimal): -4359430 or 16415421. OLE color: 16415421.

HSL color Cylindrical-coordinate representation of color #BD7AFA: hue angle of 271.41º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD7AFA is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189122250-
CMYK0.240.5100.02
HSL271.41º92.75%72.94%-
HSV(B)271.41º51.2%98.04%-
XYZ45.231.6494.17-
YUV156.62180.7151.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=33.69%
G=21.75%
B=44.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891222500.240.5100.02271.4192.7572.94
HexBD7AFA18330210f5d49
Octal275172372306302417135111
Binary101111011111010111110101100011001101010000111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7AFA; }

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

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

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

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

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

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

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

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