#BD7DFF

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

Shades of Heliotrope #BD7DFF

Tints of Heliotrope #BD7DFF

Color information

#BD7DFF (or 0xBD7DFF) is unknown color: approx Heliotrope. HEX triplet: BD, 7D and FF. RGB value is (189,125,255). Sum of RGB (Red+Green+Blue) = 189+125+255=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7DFF is #428200. Grayscale: #9E9E9E. Windows color (decimal): -4358657 or 16743869. OLE color: 16743869.

HSL color Cylindrical-coordinate representation of color #BD7DFF: hue angle of 269.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD7DFF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189125255-
CMYK0.260.5100
HSL269.54º100%74.51%-
HSV(B)269.54º50.98%100%-
XYZ46.3732.7198.48-
YUV158.96182.2149.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 255 (100% from 255) = 44.82%
R=33.22%
G=21.97%
B=44.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891252550.260.5100269.5410074.51
HexBD7DFF1A330010e644b
Octal275175377326300416144113
Binary10111101111110111111111110101100110010000111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DFF; }

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

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

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

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

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

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

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

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