#BC84FD

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

Shades of Heliotrope #BC84FD

Tints of Heliotrope #BC84FD

Color information

#BC84FD (or 0xBC84FD) is unknown color: approx Heliotrope. HEX triplet: BC, 84 and FD. RGB value is (188,132,253). Sum of RGB (Red+Green+Blue) = 188+132+253=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC84FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84FD is #437B02. Grayscale: #A2A2A2. Windows color (decimal): -4422403 or 16614588. OLE color: 16614588.

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

Color convert

RGB188132253-
CMYK0.260.4800.01
HSL267.77º96.8%75.49%-
HSV(B)267.77º47.83%99.22%-
XYZ46.7234.2997.08-
YUV162.54179.05146.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 253 (99.22% from 255) = 44.15%
R=32.81%
G=23.04%
B=44.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881322530.260.4800.01267.7796.875.49
HexBC84FD1A300110c614b
Octal274204375326001414141113
Binary101111001000010011111101110101100000110000110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC84FD; }

 p { color: rgb(188,132,253); }

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

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

 a { background-color: rgb(188,132,253); }

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

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

 span { border-color: rgb(188,132,253); }

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