#bd7df0

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

Shades of Heliotrope #BD7DF0

Tints of Heliotrope #BD7DF0

Color information

#BD7DF0 (or 0xBD7DF0) is unknown color: approx Heliotrope. HEX triplet: BD, 7D and F0. RGB value is (189,125,240). Sum of RGB (Red+Green+Blue) = 189+125+240=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD7DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7DF0 is #42820F. Grayscale: #9C9C9C. Windows color (decimal): -4358672 or 15760829. OLE color: 15760829.

HSL color Cylindrical-coordinate representation of color #BD7DF0: hue angle of 273.39º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD7DF0 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189125240-
CMYK0.210.4800.06
HSL273.39º79.31%71.57%-
HSV(B)273.39º47.92%94.12%-
XYZ44.0531.7886.25-
YUV157.25174.7150.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=34.12%
G=22.56%
B=43.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891252400.210.4800.06273.3979.3171.57
HexBD7DF01530061114f48
Octal275175360256006421117110
Binary1011110111111011111000010101110000011010001000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd7df0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd7df0; }

 p { color: rgb(189,125,240); }

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

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

 a { background-color: rgb(189,125,240); }

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

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

 span { border-color: rgb(189,125,240); }

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