#BD83FA

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

Shades of Heliotrope #BD83FA

Tints of Heliotrope #BD83FA

Color information

#BD83FA (or 0xBD83FA) is unknown color: approx Heliotrope. HEX triplet: BD, 83 and FA. RGB value is (189,131,250). Sum of RGB (Red+Green+Blue) = 189+131+250=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD83FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD83FA is #427C05. Grayscale: #A1A1A1. Windows color (decimal): -4357126 or 16417725. OLE color: 16417725.

HSL color Cylindrical-coordinate representation of color #BD83FA: hue angle of 269.24º 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 #BD83FA is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189131250-
CMYK0.240.4800.02
HSL269.24º92.25%74.71%-
HSV(B)269.24º47.6%98.04%-
XYZ46.3633.9594.55-
YUV161.91177.72147.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 131 (51.56% from 255) = 22.98%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=33.16%
G=22.98%
B=43.86%

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
Decimal1891312500.240.4800.02269.2492.2574.71
HexBD83FA18300210d5c4b
Octal275203372306002415134113
Binary1011110110000011111110101100011000001010000110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83FA; }

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

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

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

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

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

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

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

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