#BD5EFD

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

Shades of Heliotrope #BD5EFD

Tints of Heliotrope #BD5EFD

Color information

#BD5EFD (or 0xBD5EFD) is unknown color: approx Heliotrope. HEX triplet: BD, 5E and FD. RGB value is (189,94,253). Sum of RGB (Red+Green+Blue) = 189+94+253=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5EFD is #42A102. Grayscale: #8B8B8B. Windows color (decimal): -4366595 or 16604861. OLE color: 16604861.

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

Color convert

RGB18994253-
CMYK0.250.6300.01
HSL275.85º97.55%68.04%-
HSV(B)275.85º62.85%99.22%-
XYZ42.7225.9295.68-
YUV140.53191.47162.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 94 (37.11% from 255) = 17.54%
BLUE value IS 253 (99.22% from 255) = 47.20%
R=35.26%
G=17.54%
B=47.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal189942530.250.6300.01275.8597.5568.04
HexBD5EFD193F011146244
Octal275136375317701424142104
Binary10111101101111011111101110011111110110001010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5EFD; }

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

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

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

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

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

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

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

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