#BD79FD

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

Shades of Heliotrope #BD79FD

Tints of Heliotrope #BD79FD

Color information

#BD79FD (or 0xBD79FD) is unknown color: approx Heliotrope. HEX triplet: BD, 79 and FD. RGB value is (189,121,253). Sum of RGB (Red+Green+Blue) = 189+121+253=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD79FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD79FD is #428602. Grayscale: #9B9B9B. Windows color (decimal): -4359683 or 16611773. OLE color: 16611773.

HSL color Cylindrical-coordinate representation of color #BD79FD: hue angle of 270.91º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD79FD is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189121253-
CMYK0.250.5200.01
HSL270.91º97.06%73.33%-
HSV(B)270.91º52.17%99.22%-
XYZ45.5531.5996.62-
YUV156.38182.53151.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 121 (47.66% from 255) = 21.49%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=33.57%
G=21.49%
B=44.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891212530.250.5200.01270.9197.0673.33
HexBD79FD19340110f6149
Octal275171375316401417141111
Binary10111101111100111111101110011101000110000111111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD79FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD79FD; }

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

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

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

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

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

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

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

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