#BD73EC

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

Shades of Heliotrope #BD73EC

Tints of Heliotrope #BD73EC

Color information

#BD73EC (or 0xBD73EC) is unknown color: approx Heliotrope. HEX triplet: BD, 73 and EC. RGB value is (189,115,236). Sum of RGB (Red+Green+Blue) = 189+115+236=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD73EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD73EC is #428C13. Grayscale: #969696. Windows color (decimal): -4361236 or 15496125. OLE color: 15496125.

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

Color convert

RGB189115236-
CMYK0.200.5100.07
HSL276.69º76.1%68.82%-
HSV(B)276.69º51.27%92.55%-
XYZ42.2629.1482.75-
YUV150.92176.02155.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 115 (45.31% from 255) = 21.30%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=35%
G=21.30%
B=43.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891152360.200.5100.07276.6976.168.82
HexBD73EC1433071154c45
Octal275163354246307425114105
Binary1011110111100111110110010100110011011110001010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD73EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD73EC; }

 p { color: rgb(189,115,236); }

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

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

 a { background-color: rgb(189,115,236); }

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

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

 span { border-color: rgb(189,115,236); }

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