#BD81FB

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

Shades of Heliotrope #BD81FB

Tints of Heliotrope #BD81FB

Color information

#BD81FB (or 0xBD81FB) is unknown color: approx Heliotrope. HEX triplet: BD, 81 and FB. RGB value is (189,129,251). Sum of RGB (Red+Green+Blue) = 189+129+251=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD81FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD81FB is #427E04. Grayscale: #A0A0A0. Windows color (decimal): -4357637 or 16482749. OLE color: 16482749.

HSL color Cylindrical-coordinate representation of color #BD81FB: hue angle of 269.51º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD81FB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189129251-
CMYK0.250.4900.02
HSL269.51º93.85%74.51%-
HSV(B)269.51º48.61%98.43%-
XYZ46.2533.4895.29-
YUV160.85178.88148.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=33.22%
G=22.67%
B=44.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891292510.250.4900.02269.5193.8574.51
HexBD81FB19310210e5e4b
Octal275201373316102416136113
Binary1011110110000001111110111100111000101010000111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81FB; }

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

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

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

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

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

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

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

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