#BD69F9

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

Shades of Heliotrope #BD69F9

Tints of Heliotrope #BD69F9

Color information

#BD69F9 (or 0xBD69F9) is unknown color: approx Heliotrope. HEX triplet: BD, 69 and F9. RGB value is (189,105,249). Sum of RGB (Red+Green+Blue) = 189+105+249=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD69F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD69F9 is #429606. Grayscale: #929292. Windows color (decimal): -4363783 or 16345533. OLE color: 16345533.

HSL color Cylindrical-coordinate representation of color #BD69F9: hue angle of 275º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD69F9 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189105249-
CMYK0.240.5800.02
HSL275º92.31%69.41%-
HSV(B)275º57.83%97.65%-
XYZ43.1427.7692.71-
YUV146.53185.83158.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 105 (41.41% from 255) = 19.34%
BLUE value IS 249 (97.66% from 255) = 45.86%
R=34.81%
G=19.34%
B=45.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891052490.240.5800.0227592.3169.41
HexBD69F9183A021135c45
Octal275151371307202423134105
Binary101111011101001111110011100011101001010001001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD69F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD69F9; }

 p { color: rgb(189,105,249); }

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

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

 a { background-color: rgb(189,105,249); }

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

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

 span { border-color: rgb(189,105,249); }

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