#BD82FD

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

Shades of Heliotrope #BD82FD

Tints of Heliotrope #BD82FD

Color information

#BD82FD (or 0xBD82FD) is unknown color: approx Heliotrope. HEX triplet: BD, 82 and FD. RGB value is (189,130,253). Sum of RGB (Red+Green+Blue) = 189+130+253=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD82FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD82FD is #427D02. Grayscale: #A1A1A1. Windows color (decimal): -4357379 or 16614077. OLE color: 16614077.

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

Color convert

RGB189130253-
CMYK0.250.4900.01
HSL268.78º96.85%75.1%-
HSV(B)268.78º48.62%99.22%-
XYZ46.733.8897.01-
YUV161.66179.55147.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 130 (51.17% from 255) = 22.73%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=33.04%
G=22.73%
B=44.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891302530.250.4900.01268.7896.8575.1
HexBD82FD19310110d614b
Octal275202375316101415141113
Binary101111011000001011111101110011100010110000110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD82FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD82FD; }

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

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

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

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

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

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

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

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