#BD71F7

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

Shades of Heliotrope #BD71F7

Tints of Heliotrope #BD71F7

Color information

#BD71F7 (or 0xBD71F7) is unknown color: approx Heliotrope. HEX triplet: BD, 71 and F7. RGB value is (189,113,247). Sum of RGB (Red+Green+Blue) = 189+113+247=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD71F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD71F7 is #428E08. Grayscale: #969696. Windows color (decimal): -4361737 or 16216509. OLE color: 16216509.

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

Color convert

RGB189113247-
CMYK0.230.5400.03
HSL274.03º89.33%70.59%-
HSV(B)274.03º54.25%96.86%-
XYZ43.6829.3491.36-
YUV151182.18155.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 113 (44.53% from 255) = 20.58%
BLUE value IS 247 (96.88% from 255) = 44.99%
R=34.43%
G=20.58%
B=44.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1891132470.230.5400.03274.0389.3370.59
HexBD71F71736031125947
Octal275161367276603422131107
Binary101111011110001111101111011111011001110001001010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD71F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD71F7; }

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

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

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

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

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

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

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

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