#BD83F9

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

Shades of Heliotrope #BD83F9

Tints of Heliotrope #BD83F9

Color information

#BD83F9 (or 0xBD83F9) is unknown color: approx Heliotrope. HEX triplet: BD, 83 and F9. RGB value is (189,131,249). Sum of RGB (Red+Green+Blue) = 189+131+249=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD83F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD83F9 is #427C06. Grayscale: #A1A1A1. Windows color (decimal): -4357127 or 16352189. OLE color: 16352189.

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

Color convert

RGB189131249-
CMYK0.240.4700.02
HSL269.49º90.77%74.51%-
HSV(B)269.49º47.39%97.65%-
XYZ46.233.8993.73-
YUV161.79177.22147.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 131 (51.56% from 255) = 23.02%
BLUE value IS 249 (97.66% from 255) = 43.76%
R=33.22%
G=23.02%
B=43.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891312490.240.4700.02269.4990.7774.51
HexBD83F9182F0210d5b4b
Octal275203371305702415133113
Binary1011110110000011111110011100010111101010000110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83F9; }

 p { color: rgb(189,131,249); }

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

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

 a { background-color: rgb(189,131,249); }

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

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

 span { border-color: rgb(189,131,249); }

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