#BD81F6

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

Shades of Heliotrope #BD81F6

Tints of Heliotrope #BD81F6

Color information

#BD81F6 (or 0xBD81F6) is unknown color: approx Heliotrope. HEX triplet: BD, 81 and F6. RGB value is (189,129,246). Sum of RGB (Red+Green+Blue) = 189+129+246=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD81F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD81F6 is #427E09. Grayscale: #9F9F9F. Windows color (decimal): -4357642 or 16155069. OLE color: 16155069.

HSL color Cylindrical-coordinate representation of color #BD81F6: hue angle of 270.77º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD81F6 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189129246-
CMYK0.230.4800.04
HSL270.77º86.67%73.53%-
HSV(B)270.77º47.56%96.47%-
XYZ45.4733.1791.2-
YUV160.28176.38148.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 246 (96.48% from 255) = 43.62%
R=33.51%
G=22.87%
B=43.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891292460.230.4800.04270.7786.6773.53
HexBD81F617300410f574a
Octal275201366276004417127112
Binary10111101100000011111011010111110000010010000111110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81F6; }

 p { color: rgb(189,129,246); }

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

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

 a { background-color: rgb(189,129,246); }

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

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

 span { border-color: rgb(189,129,246); }

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