#BD67F7

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

Shades of Heliotrope #BD67F7

Tints of Heliotrope #BD67F7

Color information

#BD67F7 (or 0xBD67F7) is unknown color: approx Heliotrope. HEX triplet: BD, 67 and F7. RGB value is (189,103,247). Sum of RGB (Red+Green+Blue) = 189+103+247=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD67F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD67F7 is #429808. Grayscale: #909090. Windows color (decimal): -4364297 or 16213949. OLE color: 16213949.

HSL color Cylindrical-coordinate representation of color #BD67F7: hue angle of 275.83º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD67F7 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189103247-
CMYK0.230.5800.03
HSL275.83º90%68.63%-
HSV(B)275.83º58.3%96.86%-
XYZ42.6327.2391.01-
YUV145.13185.49159.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 103 (40.62% from 255) = 19.11%
BLUE value IS 247 (96.88% from 255) = 45.83%
R=35.06%
G=19.11%
B=45.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1891032470.230.5800.03275.839068.63
HexBD67F7173A031145a45
Octal275147367277203424132105
Binary101111011100111111101111011111101001110001010010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD67F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD67F7; }

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

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

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

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

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

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

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

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