#BC84FE

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

Shades of Heliotrope #BC84FE

Tints of Heliotrope #BC84FE

Color information

#BC84FE (or 0xBC84FE) is unknown color: approx Heliotrope. HEX triplet: BC, 84 and FE. RGB value is (188,132,254). Sum of RGB (Red+Green+Blue) = 188+132+254=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84FE is #437B01. Grayscale: #A2A2A2. Windows color (decimal): -4422402 or 16680124. OLE color: 16680124.

HSL color Cylindrical-coordinate representation of color #BC84FE: hue angle of 267.54º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC84FE is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188132254-
CMYK0.260.4800.00
HSL267.54º98.39%75.69%-
HSV(B)267.54º48.03%99.61%-
XYZ46.8834.3597.93-
YUV162.65179.55146.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 132 (51.95% from 255) = 23.00%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=32.75%
G=23.00%
B=44.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881322540.260.4800.00267.5498.3975.69
HexBC84FE1A300010c624c
Octal274204376326000414142114
Binary101111001000010011111110110101100000010000110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC84FE; }

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

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

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

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

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

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

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

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