#BD79EC

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

Shades of Heliotrope #BD79EC

Tints of Heliotrope #BD79EC

Color information

#BD79EC (or 0xBD79EC) is unknown color: approx Heliotrope. HEX triplet: BD, 79 and EC. RGB value is (189,121,236). Sum of RGB (Red+Green+Blue) = 189+121+236=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD79EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD79EC is #428613. Grayscale: #9A9A9A. Windows color (decimal): -4359700 or 15497661. OLE color: 15497661.

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

Color convert

RGB189121236-
CMYK0.200.4900.07
HSL275.48º75.16%70%-
HSV(B)275.48º48.73%92.55%-
XYZ42.9630.5582.99-
YUV154.44174.03152.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 121 (47.66% from 255) = 22.16%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=34.62%
G=22.16%
B=43.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891212360.200.4900.07275.4875.1670
HexBD79EC1431071134b46
Octal275171354246107423113106
Binary1011110111110011110110010100110001011110001001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD79EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD79EC; }

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

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

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

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

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

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

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

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