#BD81FA

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

Shades of Heliotrope #BD81FA

Tints of Heliotrope #BD81FA

Color information

#BD81FA (or 0xBD81FA) is unknown color: approx Heliotrope. HEX triplet: BD, 81 and FA. RGB value is (189,129,250). Sum of RGB (Red+Green+Blue) = 189+129+250=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD81FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD81FA is #427E05. Grayscale: #A0A0A0. Windows color (decimal): -4357638 or 16417213. OLE color: 16417213.

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

Color convert

RGB189129250-
CMYK0.240.4800.02
HSL269.75º92.37%74.31%-
HSV(B)269.75º48.4%98.04%-
XYZ46.0933.4294.46-
YUV160.73178.38148.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=33.27%
G=22.71%
B=44.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891292500.240.4800.02269.7592.3774.31
HexBD81FA18300210e5c4a
Octal275201372306002416134112
Binary1011110110000001111110101100011000001010000111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81FA; }

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

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

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

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

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

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

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

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