#BD71ED

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

Shades of Heliotrope #BD71ED

Tints of Heliotrope #BD71ED

Color information

#BD71ED (or 0xBD71ED) is unknown color: approx Heliotrope. HEX triplet: BD, 71 and ED. RGB value is (189,113,237). Sum of RGB (Red+Green+Blue) = 189+113+237=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD71ED is #428E12. Grayscale: #959595. Windows color (decimal): -4361747 or 15561149. OLE color: 15561149.

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

Color convert

RGB189113237-
CMYK0.200.5200.07
HSL276.77º77.5%68.63%-
HSV(B)276.77º52.32%92.94%-
XYZ42.1828.7483.45-
YUV149.86177.18155.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 113 (44.53% from 255) = 20.96%
BLUE value IS 237 (92.97% from 255) = 43.97%
R=35.06%
G=20.96%
B=43.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891132370.200.5200.07276.7777.568.63
HexBD71ED1434071154e45
Octal275161355246407425116105
Binary1011110111100011110110110100110100011110001010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD71ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD71ED; }

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

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

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

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

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

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

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

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