#BD67FA

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

Shades of Heliotrope #BD67FA

Tints of Heliotrope #BD67FA

Color information

#BD67FA (or 0xBD67FA) is unknown color: approx Heliotrope. HEX triplet: BD, 67 and FA. RGB value is (189,103,250). Sum of RGB (Red+Green+Blue) = 189+103+250=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD67FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD67FA is #429805. Grayscale: #909090. Windows color (decimal): -4364294 or 16410557. OLE color: 16410557.

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

Color convert

RGB189103250-
CMYK0.240.5900.02
HSL275.1º93.63%69.22%-
HSV(B)275.1º58.8%98.04%-
XYZ43.0927.4293.46-
YUV145.47186.99159.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 103 (40.62% from 255) = 19.00%
BLUE value IS 250 (98.05% from 255) = 46.13%
R=34.87%
G=19.00%
B=46.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891032500.240.5900.02275.193.6369.22
HexBD67FA183B021135e45
Octal275147372307302423136105
Binary101111011100111111110101100011101101010001001110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD67FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD67FA; }

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

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

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

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

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

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

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

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