#BD7DFD

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

Shades of Heliotrope #BD7DFD

Tints of Heliotrope #BD7DFD

Color information

#BD7DFD (or 0xBD7DFD) is unknown color: approx Heliotrope. HEX triplet: BD, 7D and FD. RGB value is (189,125,253). Sum of RGB (Red+Green+Blue) = 189+125+253=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7DFD is #428202. Grayscale: #9E9E9E. Windows color (decimal): -4358659 or 16612797. OLE color: 16612797.

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

Color convert

RGB189125253-
CMYK0.250.5100.01
HSL270º96.97%74.12%-
HSV(B)270º50.59%99.22%-
XYZ46.0532.5896.79-
YUV158.73181.2149.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 125 (49.22% from 255) = 22.05%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=33.33%
G=22.05%
B=44.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891252530.250.5100.0127096.9774.12
HexBD7DFD19330110e614a
Octal275175375316301416141112
Binary10111101111110111111101110011100110110000111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DFD; }

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

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

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

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

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

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

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

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