#BD82FA

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

Shades of Heliotrope #BD82FA

Tints of Heliotrope #BD82FA

Color information

#BD82FA (or 0xBD82FA) is unknown color: approx Heliotrope. HEX triplet: BD, 82 and FA. RGB value is (189,130,250). Sum of RGB (Red+Green+Blue) = 189+130+250=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD82FA is #427D05. Grayscale: #A0A0A0. Windows color (decimal): -4357382 or 16417469. OLE color: 16417469.

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

Color convert

RGB189130250-
CMYK0.240.4800.02
HSL269.5º92.31%74.51%-
HSV(B)269.5º48%98.04%-
XYZ46.2233.6994.51-
YUV161.32178.05147.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 130 (51.17% from 255) = 22.85%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=33.22%
G=22.85%
B=43.94%

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
Decimal1891302500.240.4800.02269.592.3174.51
HexBD82FA18300210e5c4b
Octal275202372306002416134113
Binary1011110110000010111110101100011000001010000111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD82FA; }

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

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

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

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

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

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

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

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